Searched refs:ldapObject (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 1541 LdapPatchParams ldapObject; in handleAccountServicePatch() local 1571 "LDAP/Authentication/AuthenticationType", ldapObject.authType, // in handleAccountServicePatch() 1572 "LDAP/Authentication/Password", ldapObject.password, // in handleAccountServicePatch() 1573 "LDAP/Authentication/Username", ldapObject.userName, // in handleAccountServicePatch() 1575 ldapObject.baseDNList, // in handleAccountServicePatch() 1577 ldapObject.groupsAttribute, // in handleAccountServicePatch() 1579 ldapObject.userNameAttribute, // in handleAccountServicePatch() 1580 "LDAP/RemoteRoleMapping", ldapObject.remoteRoleMapData, // in handleAccountServicePatch() 1581 "LDAP/ServiceAddresses", ldapObject.serviceAddressList, // in handleAccountServicePatch() 1582 "LDAP/ServiceEnabled", ldapObject.serviceEnabled, // in handleAccountServicePatch() [all …]
|