Home
last modified time | relevance | path

Searched refs:ldapServerURI (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.cpp86 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 Dldap_config.cpp55 std::string ldapServerURI, std::string ldapBindDN, in Config() argument
81 ConfigIface::ldapServerURI(ldapServerURI); in Config()
205 confData << "uri " << ldapServerURI() << "\n\n"; in writeConfig()
357 std::string Config::ldapServerURI(std::string value) in ldapServerURI() function in phosphor::ldap::Config
362 if (value == ldapServerURI()) in ldapServerURI()
387 val = ConfigIface::ldapServerURI(value); in ldapServerURI()
646 archive(ldapServerURI()); in save()
664 ConfigIface::ldapServerURI(str); in load()
719 if (isValidLDAPURI(ldapServerURI(), ldapScheme)) in deserialize()
723 else if (isValidLDAPURI(ldapServerURI(), ldapsScheme)) in deserialize()
H A Dldap_config.hpp81 std::string ldapServerURI, std::string ldapBindDN,
104 using ConfigIface::ldapServerURI;
114 std::string ldapServerURI(std::string value) override;
H A Dldap_config_mgr.hpp75 std::string createConfig(std::string ldapServerURI, std::string ldapBindDN,
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp155 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()