freeipa/install/ui/test/data/group_add_member.json
Adam Young b9ad279ad2 rename static to ui
Directory rename
2011-01-20 14:12:47 +00:00

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"
]
}
}
}