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

34 lines
835 B
JSON

{
"error": null,
"id": 0,
"result": {
"count": 2,
"result": [
{
"cn": [
"group1"
],
"description": [
"Group 1"
],
"dn": "cn=group1,cn=sudocmdgroups,cn=sudo,dc=example,dc=com",
"member_sudocmd": [
"/usr/bin/more",
"/usr/bin/less"
]
},
{
"cn": [
"group2"
],
"description": [
"Group 2"
],
"dn": "cn=group2,cn=sudocmdgroups,cn=sudo,dc=example,dc=com"
}
],
"summary": "2 sudo command groups matched",
"truncated": false
}
}