Searched refs:ldapObject (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | account_service.hpp | 1567 LdapPatchParams ldapObject; in handleAccountServicePatch() local 1597 "LDAP/Authentication/AuthenticationType", ldapObject.authType, // in handleAccountServicePatch() 1598 "LDAP/Authentication/Password", ldapObject.password, // in handleAccountServicePatch() 1599 "LDAP/Authentication/Username", ldapObject.userName, // in handleAccountServicePatch() 1601 ldapObject.baseDNList, // in handleAccountServicePatch() 1603 ldapObject.groupsAttribute, // in handleAccountServicePatch() 1605 ldapObject.userNameAttribute, // in handleAccountServicePatch() 1606 "LDAP/RemoteRoleMapping", ldapObject.remoteRoleMapData, // in handleAccountServicePatch() 1607 "LDAP/ServiceAddresses", ldapObject.serviceAddressList, // in handleAccountServicePatch() 1608 "LDAP/ServiceEnabled", ldapObject.serviceEnabled, // in handleAccountServicePatch() [all …]
|