freeipa/install/ui/test/data/permission_find.json
Endi Sukma Dewata f56f8a34d3 Added instructions to generate CSR.
The certificate request dialog box has been modified to show
the OpenSSL commands for generating a CSR.

The realm and entry names in the test data have been fixed to
be more consistent.

Ticket #1012
2012-01-13 10:57:59 -06:00

84 lines
2.3 KiB
JSON

{
"error": null,
"id": 0,
"result": {
"count": 4,
"result": [
{
"cn": [
"filter"
],
"description": [
"Filter Permission"
],
"dn": "cn=filter,cn=permissions,cn=pbac,dc=example,dc=com",
"filter": "(ou=Engineering)",
"objectclass": [
"groupofnames",
"top"
],
"permissions": [
"write"
]
},
{
"cn": [
"subtree"
],
"description": [
"Subtree Permission"
],
"dn": "cn=subtree,cn=permissions,cn=pbac,dc=example,dc=com",
"objectclass": [
"groupofnames",
"top"
],
"permissions": [
"write"
],
"subtree": "ldap:///dc=example,dc=com"
},
{
"cn": [
"targetgroup"
],
"description": [
"Target Group Permission"
],
"dn": "cn=targetgroup,cn=permissions,cn=pbac,dc=example,dc=com",
"objectclass": [
"groupofnames",
"top"
],
"permissions": [
"write"
],
"targetgroup": "ipausers"
},
{
"attrs": [
"cn",
"description"
],
"cn": [
"type"
],
"description": [
"Type Permission"
],
"dn": "cn=type,cn=permissions,cn=pbac,dc=example,dc=com",
"objectclass": [
"groupofnames",
"top"
],
"permissions": [
"write"
],
"type": "user"
}
],
"summary": "4 permissions matched",
"truncated": false
}
}