Searched refs:nslcdService (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_config.cpp | 30 constexpr auto nslcdService = "nslcd.service"; variable 106 parent.startOrStopService(nslcdService, enabled()); in Config() 148 parent.startOrStopService(nslcdService, enabled()); in certificateInstalled() 340 parent.startOrStopService(nslcdService, enabled()); in ldapBindDNPassword() 390 parent.startOrStopService(nslcdService, enabled()); in ldapServerURI() 437 parent.startOrStopService(nslcdService, enabled()); in ldapBindDN() 480 parent.startOrStopService(nslcdService, enabled()); in ldapBaseDN() 516 parent.startOrStopService(nslcdService, enabled()); in ldapSearchScope() 562 parent.startOrStopService(nslcdService, value); in enableService() 592 parent.startOrStopService(nslcdService, enabled()); in userNameAttribute() [all …]
|
H A D | ldap_config_mgr.cpp | 24 constexpr auto nslcdService = "nslcd.service"; variable 221 startOrStopService(phosphor::ldap::nslcdService, in restore()
|