mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
8df5202940
The reset and is_dirty functionality for permission has been fixed. New widgets have been created for select and a collection of checkboxes. New test data files have been added for each target type.
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"error": null,
|
|
"id": 6,
|
|
"result": {
|
|
"result": {
|
|
"attributelevelrights": {
|
|
"aci": "rscwo",
|
|
"businesscategory": "rscwo",
|
|
"cn": "rscwo",
|
|
"description": "rscwo",
|
|
"member": "rscwo",
|
|
"nsaccountlock": "rscwo",
|
|
"o": "rscwo",
|
|
"objectclass": "rscwo",
|
|
"ou": "rscwo",
|
|
"owner": "rscwo",
|
|
"seealso": "rscwo"
|
|
},
|
|
"attrs": [
|
|
"cn",
|
|
"description",
|
|
"unmatched"
|
|
],
|
|
"cn": [
|
|
"test"
|
|
],
|
|
"description": [
|
|
"Test Permission"
|
|
],
|
|
"dn": "cn=test,cn=permissions,cn=hbac,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
|
|
"member": [
|
|
"cn=useradmin,cn=privileges,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
|
|
],
|
|
"objectclass": [
|
|
"groupofnames",
|
|
"top"
|
|
],
|
|
"permissions": [
|
|
"add",
|
|
"delete"
|
|
],
|
|
"type": "group"
|
|
},
|
|
"summary": null,
|
|
"value": "addusers"
|
|
}
|
|
}
|