freeipa/install/ui/test/data/privilege_show.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

39 lines
1.1 KiB
JSON

{
"error": null,
"id": 0,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"businesscategory": "rscwo",
"cn": "rscwo",
"description": "rscwo",
"member": "rscwo",
"memberof": "rsc",
"nsaccountlock": "rscwo",
"o": "rscwo",
"objectclass": "rscwo",
"ou": "rscwo",
"owner": "rscwo",
"seealso": "rscwo"
},
"cn": [
"dnsserver"
],
"description": [
"DNS Servers"
],
"dn": "cn=dnsserver,cn=privileges,cn=accounts,dc=example,dc=com",
"memberindirect": [
"krbprincipalname=dns/dev.example.com@example.com,cn=services,cn=accounts,dc=example,dc=com"
],
"objectclass": [
"top",
"groupofnames",
"nestedgroup"
]
},
"summary": null,
"value": "dnsserver"
}
}