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
22 lines
469 B
JSON
22 lines
469 B
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"result": {
|
|
"automountmapname": [
|
|
"test"
|
|
],
|
|
"description": [
|
|
"test"
|
|
],
|
|
"dn": "automountmapname=test,cn=default,cn=automount,dc=dev,dc=example,dc=com",
|
|
"objectclass": [
|
|
"automountmap",
|
|
"top"
|
|
]
|
|
},
|
|
"summary": null,
|
|
"value": "test"
|
|
}
|
|
}
|