summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Modify the PrivilegeMapperEntry interfaceTom Joseph2018-10-041-0/+9
| | | | | | | | | | | | The object path for the privilege mapper cannot have LDAP group name in the path name. The D-Bus object path should only contain the ASCII characters [A-Z][a-z][0-9]_. According to RFC 2253, the LDAP group name can have additional special characters. A unique identifier is added to the D-Bus object path and the group name is a property of the privilege mapper. Change-Id: If1c511bee7a492887eb45e7ce00fdfc55e98c073 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Add interface to assign privilege to groupsTom Joseph2018-09-181-0/+17
This interface will be implemented to assign privilege roles to groups. The privilege roles will be assigned to groups and the user accounts which are part of the group will inherit the privilege role. Change-Id: I2326de5f7f3e6e92c2a0d7648a5677b33a0b1db0 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
OpenPOWER on IntegriCloud