Searched refs:serverType (Results 1 – 4 of 4) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | account_service.hpp | 85 std::string serverType; member 383 const std::string& serverType, in handleRoleMapPatch() argument 399 [asyncResp, roleMapObjData, serverType, in handleRoleMapPatch() 408 .jsonValue[serverType]["RemoteRoleMapping"][index] = in handleRoleMapPatch() 500 if (serverType == "ActiveDirectory") in handleRoleMapPatch() 504 else if (serverType == "LDAP") in handleRoleMapPatch() 514 [asyncResp, serverType, localRole, in handleRoleMapPatch() 524 .jsonValue[serverType]["RemoteRoleMapping"]; in handleRoleMapPatch() 675 confData.serverType = *strValue; in getLDAPConfigData() 977 const std::string& serverType) in handleLDAPPatch() argument [all …]
|
| /openbmc/phosphor-user-manager/docs/ |
| H A D | README.md | 17 …stname>/", "<bindDN>", "<baseDN>","<bindDNPassword>","<searchScope>","<serverType>"]}'' https://$…
|
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 3377 serverType = { 3382 ….uri, args.bindDN, args.baseDN, args.bindPassword, scope[args.scope], serverType[args.serverType]]} 3410 serverType = { 3418 serverTypeToBeEnabled = args.serverType 3512 for serverType in serverTypeMap.keys(): 3513 if (serverType != serverTypeEnabled): 3514 res = syncRoleMap(host,args,session,serverTypeEnabled,serverType) 4247 args.serverType = toServerType 4290 serverType = args.serverType 4291 if (serverType is None): [all …]
|
| H A D | README.md | 158 …-baseDN=<basDN> --bindPassword=<bindPassword> --scope="sub/one/base" --serverType="OpenLDAP/Active… 170 …-baseDN=<basDN> --bindPassword=<bindPassword> --scope="sub/one/base" --serverType="OpenLDAP/Active…
|