mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
df6bd6ab5a
New sample data files have been added for search facet paging. Unused files have been removed. The names used in the files have been updated for consistency. Ticket #981
35 lines
812 B
JSON
35 lines
812 B
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"count": 4,
|
|
"result": [
|
|
{
|
|
"cn": [
|
|
"BOS"
|
|
],
|
|
"dn": "cn=bos,cn=automount,dc=example,dc=com"
|
|
},
|
|
{
|
|
"cn": [
|
|
"BRNO"
|
|
],
|
|
"dn": "cn=brno,cn=automount,dc=example,dc=com"
|
|
},
|
|
{
|
|
"cn": [
|
|
"default"
|
|
],
|
|
"dn": "cn=default,cn=automount,dc=example,dc=com"
|
|
},
|
|
{
|
|
"cn": [
|
|
"RDU"
|
|
],
|
|
"dn": "cn=rdu,cn=automount,dc=example,dc=com"
|
|
}
|
|
],
|
|
"summary": null,
|
|
"truncated": false
|
|
}
|
|
} |