mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-17 03:41:55 -06:00
25 lines
540 B
JSON
25 lines
540 B
JSON
|
{
|
||
|
"error": null,
|
||
|
"id": 0,
|
||
|
"result": {
|
||
|
"completed": 1,
|
||
|
"failed": {
|
||
|
"member": {
|
||
|
"group": [],
|
||
|
"user": []
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"cn": [
|
||
|
"testgroup"
|
||
|
],
|
||
|
"description": [
|
||
|
"testgroup"
|
||
|
],
|
||
|
"dn": "cn=testgroup,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
|
||
|
"member_user": [
|
||
|
"kfrog"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|