Home
last modified time | relevance | path

Searched refs:LocalRole (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-webui/app/common/directives/
H A Dldap-user-roles.js48 newGroup.LocalRole = $scope.newGroup.LocalRole;
76 $scope.newGroup.LocalRole = role;
84 const localRole = $scope.newGroup.LocalRole;
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DLdapStore.js195 LocalRole: groupPrivilege, property in LdapStore.actions.addNewRoleGroup.AnonymousClassb567187a0d01
225 LocalRole: groupPrivilege,
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ldap_utils.robot26 # 'LocalRole': 'Administrator'
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DTableRoleGroups.vue166 return this.enabledRoleGroups.map(({ LocalRole, RemoteGroup }) => {
169 groupPrivilege: LocalRole,
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ldap_configuration.robot712 …${local_role_remote_group}= Create Dictionary LocalRole=${group_privilege} RemoteGroup=${group_…
728 RETURN ${ldap_config["RemoteRoleMapping"][0]["LocalRole"]}