Lines Matching refs:ldapObject
1569 LdapPatchParams ldapObject; in handleAccountServicePatch() local
1599 "LDAP/Authentication/AuthenticationType", ldapObject.authType, // in handleAccountServicePatch()
1600 "LDAP/Authentication/Password", ldapObject.password, // in handleAccountServicePatch()
1601 "LDAP/Authentication/Username", ldapObject.userName, // in handleAccountServicePatch()
1603 ldapObject.baseDNList, // in handleAccountServicePatch()
1605 ldapObject.groupsAttribute, // in handleAccountServicePatch()
1607 ldapObject.userNameAttribute, // in handleAccountServicePatch()
1608 "LDAP/RemoteRoleMapping", ldapObject.remoteRoleMapData, // in handleAccountServicePatch()
1609 "LDAP/ServiceAddresses", ldapObject.serviceAddressList, // in handleAccountServicePatch()
1610 "LDAP/ServiceEnabled", ldapObject.serviceEnabled, // in handleAccountServicePatch()
1672 handleLDAPPatch(std::move(ldapObject), asyncResp, "LDAP"); in handleAccountServicePatch()