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.hpp812 const std::string& groupsAttribute, in handleGroupNameAttrPatch() argument
821 "GroupNameAttribute", groupsAttribute); in handleGroupNameAttrPatch()
952 std::optional<std::string> groupsAttribute; member
1009 !input.groupsAttribute && !input.serviceEnabled && in handleLDAPPatch()
1061 if (input.groupsAttribute) in handleLDAPPatch()
1063 handleGroupNameAttrPatch(*input.groupsAttribute, asyncResp, serverT, in handleLDAPPatch()
1561 activeDirectoryObject.groupsAttribute, // in handleAccountServicePatch()
1577 ldapObject.groupsAttribute, // in handleAccountServicePatch()
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DLdap.vue377 groupsAttribute = '',
390 this.form.groupIdAttribute = groupsAttribute;