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.
39 lines
999 B
JSON
39 lines
999 B
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"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"
|
|
},
|
|
"cn": [
|
|
"subtree"
|
|
],
|
|
"description": [
|
|
"Subtree Permission"
|
|
],
|
|
"dn": "cn=subtree,cn=permissions,cn=pbac,dc=ipa",
|
|
"objectclass": [
|
|
"groupofnames",
|
|
"top"
|
|
],
|
|
"permissions": [
|
|
"write"
|
|
],
|
|
"subtree": "ldap:///dc=ipa"
|
|
},
|
|
"summary": null,
|
|
"value": "subtree"
|
|
}
|
|
}
|