Searched refs:ldapServerURI (Results 1 – 5 of 5) 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 93 if (isValidLDAPURI(ldapServerURI, ldapsScheme)) in createConfig() 97 else if (isValidLDAPURI(ldapServerURI, ldapScheme)) in createConfig() 103 lg2::error("Bad LDAP Server URI {URI}", "URI", ldapServerURI); in createConfig() 105 Argument::ARGUMENT_VALUE(ldapServerURI.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.cpp | 56 std::string ldapServerURI, std::string ldapBindDN, std::string ldapBaseDN, in Config() argument 80 ConfigIface::ldapServerURI(ldapServerURI); in Config() 204 confData << "uri " << ldapServerURI() << "\n\n"; in writeConfig() 356 std::string Config::ldapServerURI(std::string value) in ldapServerURI() function in phosphor::ldap::Config 361 if (value == ldapServerURI()) in ldapServerURI() 386 val = ConfigIface::ldapServerURI(value); in ldapServerURI() 645 archive(ldapServerURI()); in save() 663 ConfigIface::ldapServerURI(str); in load() 718 if (isValidLDAPURI(ldapServerURI(), ldapScheme)) in deserialize() 722 else if (isValidLDAPURI(ldapServerURI(), ldapsScheme)) in deserialize()
|
H A D | ldap_config.hpp | 81 std::string ldapServerURI, std::string ldapBindDN, 104 using ConfigIface::ldapServerURI; 114 std::string ldapServerURI(std::string value) override;
|
H A D | ldap_config_mgr.hpp | 76 std::string ldapServerURI, std::string ldapBindDN,
|
/openbmc/phosphor-user-manager/test/ |
H A D | ldap_config_test.cpp | 155 EXPECT_EQ(manager.getADConfigPtr()->ldapServerURI(), in TEST_F() 267 EXPECT_EQ(managerPtr->getADConfigPtr()->ldapServerURI(), in TEST_F() 310 managerPtr->getADConfigPtr()->ldapServerURI("ldap://9.194.251.139/"); in TEST_F() 311 EXPECT_EQ(managerPtr->getADConfigPtr()->ldapServerURI(), in TEST_F() 317 managerPtr->getADConfigPtr()->ldapServerURI("ldaps://9.194.251.139/"), in TEST_F() 321 EXPECT_EQ(managerPtr->getADConfigPtr()->ldapServerURI(), in TEST_F() 326 EXPECT_EQ(managerPtr->getADConfigPtr()->ldapServerURI(), in TEST_F()
|