mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -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
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"count": 2,
|
|
"result": [
|
|
{
|
|
"cn": [
|
|
"net-stage"
|
|
],
|
|
"description": [
|
|
"staging servers"
|
|
],
|
|
"dn": "ipauniqueid=f6ee9f40-9456-11df-973b-00163e26b89e,cn=ng,cn=alt,dc=example,dc=com",
|
|
"memberhost": [],
|
|
"memberof": [],
|
|
"memberuser": [
|
|
"cn=muppets,cn=groups,cn=accounts,dc=example,dc=com"
|
|
],
|
|
"memberuser_group": [
|
|
"muppets"
|
|
],
|
|
"nisdomainname": [
|
|
"example.com"
|
|
]
|
|
},
|
|
{
|
|
"cn": [
|
|
"net-live"
|
|
],
|
|
"description": [
|
|
"live servers"
|
|
],
|
|
"dn": "ipauniqueid=f763e426-9456-11df-934d-00163e26b89e,cn=ng,cn=alt,dc=example,dc=com",
|
|
"memberhost": [
|
|
"cn=host-live,cn=hostgroups,cn=accounts,dc=example,dc=com"
|
|
],
|
|
"memberhost_hostgroup": [
|
|
"host-live"
|
|
],
|
|
"memberof": [],
|
|
"memberuser": [
|
|
"cn=muppets,cn=groups,cn=accounts,dc=example,dc=com"
|
|
],
|
|
"memberuser_group": [
|
|
"muppets"
|
|
],
|
|
"nisdomainname": [
|
|
"example.com"
|
|
]
|
|
}
|
|
],
|
|
"summary": null,
|
|
"truncated": false
|
|
}
|
|
} |