Searched full:ldapbinddn (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_config_mgr.cpp | 86 std::string ldapServerURI, std::string ldapBindDN, std::string ldapBaseDN, in createConfig() argument 115 if (ldapBindDN.empty()) in createConfig() 118 ldapBindDN); in createConfig() 119 elog<InvalidArgument>(Argument::ARGUMENT_NAME("LDAPBindDN"), in createConfig() 120 Argument::ARGUMENT_VALUE(ldapBindDN.c_str())); in createConfig() 144 tlsCertFile.c_str(), secureLDAP, ldapServerURI, ldapBindDN, in createConfig() 156 tlsCertFile.c_str(), secureLDAP, ldapServerURI, ldapBindDN, in createConfig()
|
H A D | ldap_config.hpp | 63 * @param[in] ldapBindDN - distinguished name with which to bind. 81 std::string ldapServerURI, std::string ldapBindDN, 101 using ConfigIface::ldapBindDN; 117 * @param[in] value - ldapBindDN value to be updated. 118 * @returns value of changed ldapBindDN. 120 std::string ldapBindDN(std::string value) override;
|
H A D | ldap_config.cpp | 56 std::string ldapServerURI, std::string ldapBindDN, std::string ldapBaseDN, in Config() argument 81 ConfigIface::ldapBindDN(ldapBindDN); in Config() 206 confData << "binddn " << ldapBindDN() << "\n"; in writeConfig() 415 std::string Config::ldapBindDN(std::string value) in ldapBindDN() function in phosphor::ldap::Config 420 if (value == ldapBindDN()) in ldapBindDN() 429 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapBindDN"), in ldapBindDN() 433 val = ConfigIface::ldapBindDN(value); in ldapBindDN() 646 archive(ldapBindDN()); in save() 666 ConfigIface::ldapBindDN(str); in load()
|
H A D | ldap_config_mgr.hpp | 62 * @param[in] ldapBindDN - distinguished name with which bind to bind 76 std::string ldapServerURI, std::string ldapBindDN,
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/ |
H A D | Create.interface.yaml | 17 - name: LDAPBindDN 30 option is only applicable when used with LDAPBindDN.
|
H A D | Config.interface.yaml | 15 - name: LDAPBindDN
|
/openbmc/phosphor-user-manager/test/ |
H A D | ldap_config_test.cpp | 157 EXPECT_EQ(manager.getADConfigPtr()->ldapBindDN(), "cn=Users,dc=com"); in TEST_F() 269 EXPECT_EQ(managerPtr->getADConfigPtr()->ldapBindDN(), "cn=Users,dc=com"); in TEST_F() 359 managerPtr->getADConfigPtr()->ldapBindDN( in TEST_F() 361 EXPECT_EQ(managerPtr->getADConfigPtr()->ldapBindDN(), in TEST_F() 368 managerPtr->getADConfigPtr()->ldapBindDN(""); in TEST_F() 379 EXPECT_EQ(managerPtr->getADConfigPtr()->ldapBindDN(), in TEST_F()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 647 else if (property.first == "LDAPBindDN") in getLDAPConfigData() 749 "LDAPBindDN", username); in handleUserNamePatch()
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 3445 …res = session.put(url + serverTypeMap[serverTypeToBeEnabled] + '/attr/LDAPBindDN', headers=jsonHea… 3447 print("Updates to the property LDAPBindDN failed...")
|