Home
last modified time | relevance | path

Searched refs:groupsAttribute (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-webui/app/access-control/controllers/
H A Dldap-controller.js45 const groupsAttribute = getGroupsAttribute(data);
60 'GroupsAttribute': groupsAttribute,
260 let groupsAttribute = '';
263 groupsAttribute =
266 return groupsAttribute;
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DLdapStore.js15 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 Daccount_service.hpp816 * @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 DLdap.vue377 groupsAttribute = '',
390 this.form.groupIdAttribute = groupsAttribute;