Lines Matching defs:ldap
60 "/xyz/openbmc_project/user/ldap/openldap";
62 "/xyz/openbmc_project/user/ldap/active_directory";
65 constexpr const char* ldapRootObject = "/xyz/openbmc_project/user/ldap";
329 nlohmann::json::object_t ldap;
330 ldap["ServiceEnabled"] = confData.serviceEnabled;
336 ldap["ServiceAddresses"] = std::move(serviceAddresses);
343 ldap["Authentication"] = std::move(authentication);
358 ldap["LDAPService"] = std::move(ldapService);
371 ldap["RemoteRoleMapping"] = std::move(roleMapArray);
373 jsonResponse[ldapType].update(ldap);
608 // let's find the object whose ldap type is equal to the
758 * @param password : ldap password which needs to be updated.