Home
last modified time | relevance | path

Searched refs:ldapBindPassword (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp61 ldapBindPassword(std::move(ldapBindDNPassword)), tlsCacertFile(caCertFile), in Config()
207 if (!ldapBindPassword.empty()) in writeConfig()
209 confData << "bindpw " << ldapBindPassword << "\n"; in writeConfig()
334 ldapBindPassword = value; in ldapBindDNPassword()
649 archive(ldapBindPassword); in save()
676 ldapBindPassword = str; in load()
H A Dldap_config.hpp246 std::string ldapBindPassword{}; member in phosphor::ldap::Config
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp88 return getADConfigPtr()->ldapBindPassword; in configBindPassword()