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

20 lines
467 B
JSON

{
"error": null,
"id": 0,
"result": {
"count": 1,
"result": [
{
"cn": [
"helpdesk"
],
"description": [
"Helpdesk"
],
"dn": "cn=helpdesk,cn=roles,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
}
],
"summary": "1 role matched",
"truncated": false
}
}