freeipa/install/ui/test/data/permission_show_targetgroup.json
Endi S. Dewata 26ded75be9 Fixed layout problem in permission adder dialog.
In order to maintain consistent layout between details page and dialog
boxes the IPA.details_list_section has been replaced with
IPA.details_table_section which is based on table.

The IPA.target_section and other subclasses of IPA.details_list_section
have been converted to use IPA.details_table_section as well.

The unit tests have been updated accordingly.

Ticket #1648
2011-09-09 19:47:05 +00:00

47 lines
1.3 KiB
JSON

{
"error": null,
"id": 0,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"attrs": "rscwo",
"businesscategory": "rscwo",
"cn": "rscwo",
"description": "rscwo",
"filter": "rscwo",
"group": "rscwo",
"ipapermissiontype": "rscwo",
"member": "rscwo",
"nsaccountlock": "rscwo",
"o": "rscwo",
"objectclass": "rscwo",
"ou": "rscwo",
"owner": "rscwo",
"permissions": "rscwo",
"seealso": "rscwo",
"subtree": "rscwo",
"targetgroup": "rscwo",
"type": "rscwo"
},
"cn": [
"targetgroup"
],
"description": [
"Target Group Permission"
],
"dn": "cn=group,cn=permissions,cn=pbac,dc=ipa",
"objectclass": [
"groupofnames",
"top"
],
"permissions": [
"write"
],
"targetgroup": "ipausers"
},
"summary": null,
"value": "group"
}
}