Searched refs:groupsAttribute (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | ldap-controller.js | 45 const groupsAttribute = getGroupsAttribute(data); 60 'GroupsAttribute': groupsAttribute, 260 let groupsAttribute = ''; 263 groupsAttribute = 266 return groupsAttribute;
|
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | LdapStore.js | 15 groupsAttribute: null, property in LdapStore.state.ldap 24 groupsAttribute: null, property in LdapStore.state.activeDirectory 66 state.ldap.groupsAttribute = GroupsAttribute; 90 state.activeDirectory.groupsAttribute = GroupsAttribute;
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 816 * @param groupsAttribute attribute to be updated. 823 const std::string& groupsAttribute, in handleServiceEnablePatch() 832 "GroupNameAttribute", groupsAttribute); 963 std::optional<std::string> groupsAttribute; in handleLDAPPatch() 1020 !input.groupsAttribute && !input.serviceEnabled && in handleLDAPPatch() 1072 if (input.groupsAttribute) in handleLDAPPatch() 1074 handleGroupNameAttrPatch(*input.groupsAttribute, asyncResp, serverT, in handleLDAPPatch() 1590 activeDirectoryObject.groupsAttribute, // in handleAccountServicePatch() 1606 ldapObject.groupsAttribute, // in handleAccountServicePatch() 800 handleGroupNameAttrPatch(const std::string & groupsAttribute,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & ldapServerElementName,const std::string & ldapConfigObject) handleGroupNameAttrPatch() argument 940 std::optional<std::string> groupsAttribute; global() member
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ |
H A D | Ldap.vue | 377 groupsAttribute = '', 390 this.form.groupIdAttribute = groupsAttribute;
|