mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-04 13:17:15 -06:00
28 lines
655 B
JSON
28 lines
655 B
JSON
|
{
|
||
|
"error": null,
|
||
|
"id": 6,
|
||
|
"result": {
|
||
|
"count": 3,
|
||
|
"result": [
|
||
|
{
|
||
|
"cn": "GLOBAL",
|
||
|
"dn": "cn=accounts,dc=example,dc=com"
|
||
|
},
|
||
|
{
|
||
|
"cn": [
|
||
|
"testgroup12"
|
||
|
],
|
||
|
"dn": "cn=testgroup12,cn=example.com,cn=kerberos,dc=example,dc=com"
|
||
|
},
|
||
|
{
|
||
|
"cn": [
|
||
|
"testgroup22"
|
||
|
],
|
||
|
"dn": "cn=testgroup22,cn=example.com,cn=kerberos,dc=example,dc=com"
|
||
|
}
|
||
|
],
|
||
|
"summary": null,
|
||
|
"truncated": false
|
||
|
}
|
||
|
}
|