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.
84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"count": 4,
|
|
"result": [
|
|
{
|
|
"cn": [
|
|
"filter"
|
|
],
|
|
"description": [
|
|
"Filter Permission"
|
|
],
|
|
"dn": "cn=filter,cn=permissions,cn=pbac,dc=ipa",
|
|
"filter": "(ou=Engineering)",
|
|
"objectclass": [
|
|
"groupofnames",
|
|
"top"
|
|
],
|
|
"permissions": [
|
|
"write"
|
|
]
|
|
},
|
|
{
|
|
"cn": [
|
|
"subtree"
|
|
],
|
|
"description": [
|
|
"Subtree Permission"
|
|
],
|
|
"dn": "cn=subtree,cn=permissions,cn=pbac,dc=ipa",
|
|
"objectclass": [
|
|
"groupofnames",
|
|
"top"
|
|
],
|
|
"permissions": [
|
|
"write"
|
|
],
|
|
"subtree": "ldap:///dc=ipa"
|
|
},
|
|
{
|
|
"cn": [
|
|
"targetgroup"
|
|
],
|
|
"description": [
|
|
"Target Group Permission"
|
|
],
|
|
"dn": "cn=targetgroup,cn=permissions,cn=pbac,dc=ipa",
|
|
"objectclass": [
|
|
"groupofnames",
|
|
"top"
|
|
],
|
|
"permissions": [
|
|
"write"
|
|
],
|
|
"targetgroup": "ipausers"
|
|
},
|
|
{
|
|
"attrs": [
|
|
"cn",
|
|
"description"
|
|
],
|
|
"cn": [
|
|
"type"
|
|
],
|
|
"description": [
|
|
"Type Permission"
|
|
],
|
|
"dn": "cn=type,cn=permissions,cn=pbac,dc=ipa",
|
|
"objectclass": [
|
|
"groupofnames",
|
|
"top"
|
|
],
|
|
"permissions": [
|
|
"write"
|
|
],
|
|
"type": "user"
|
|
}
|
|
],
|
|
"summary": "4 permissions matched",
|
|
"truncated": false
|
|
}
|
|
}
|