freeipa/install/static/test/data/sudocmd_memberof_remove.json
Endi S. Dewata 308b7b3a49 Added group association table for SUDO command.
A section has been added to the SUDO command details page for managing
the association with SUDO command groups. New test data has been added
as well.
2011-01-11 21:33:45 -05:00

51 lines
1.3 KiB
JSON

{
"error": null,
"id": 0,
"result": {
"count": 2,
"results": [
{
"completed": 1,
"error": null,
"failed": {
"member": {
"sudocmd": [],
"sudocmdgroup": []
}
},
"result": {
"cn": [
"group1"
],
"description": [
"Group 1"
],
"dn": "cn=group1,cn=sudocmdgroups,cn=accounts,dc=ipa"
}
},
{
"completed": 1,
"error": null,
"failed": {
"member": {
"sudocmd": [],
"sudocmdgroup": []
}
},
"result": {
"cn": [
"group2"
],
"description": [
"Group 2"
],
"dn": "cn=group2,cn=sudocmdgroups,cn=accounts,dc=ipa",
"memberindirect_sudocmd": [
"/usr/bin/more"
]
}
}
]
}
}