Searched refs:serverT (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 1032 const std::string& serverT) mutable { in handleLDAPPatch() argument 1038 parseLDAPConfigData(asyncResp->res.jsonValue, confData, serverT); in handleLDAPPatch() 1043 handleServiceEnablePatch(false, asyncResp, serverT, dbusObjectPath); in handleLDAPPatch() 1049 serverT, dbusObjectPath); in handleLDAPPatch() 1053 handleUserNamePatch(*input.userName, asyncResp, serverT, in handleLDAPPatch() 1058 handlePasswordPatch(*input.password, asyncResp, serverT, in handleLDAPPatch() 1064 handleBaseDNPatch(*input.baseDNList, asyncResp, serverT, in handleLDAPPatch() 1070 serverT, dbusObjectPath); in handleLDAPPatch() 1074 handleGroupNameAttrPatch(*input.groupsAttribute, asyncResp, serverT, in handleLDAPPatch() 1085 serverT, dbusObjectPath); in handleLDAPPatch() [all …]
|