mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-02 12:16:56 -06:00
308b7b3a49
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.
51 lines
1.3 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|