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
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"error": null,
|
|
"id": 10,
|
|
"result": {
|
|
"result": {
|
|
"dn": "uid=snuffy,cn=users,cn=accounts,dc=example,dc=com",
|
|
"gecos": [
|
|
"snuffy"
|
|
],
|
|
"givenname": [
|
|
"Aloysius"
|
|
],
|
|
"homedirectory": [
|
|
"/home/snuffy"
|
|
],
|
|
"ipauniqueid": [
|
|
"a4ce7d19-b439-11df-a9ae-525400674dcd"
|
|
],
|
|
"krbprincipalname": [
|
|
"snuffy@EXAMPLE.COM"
|
|
],
|
|
"loginshell": [
|
|
"/bin/sh"
|
|
],
|
|
"objectclass": [
|
|
"top",
|
|
"person",
|
|
"organizationalperson",
|
|
"inetorgperson",
|
|
"inetuser",
|
|
"posixaccount",
|
|
"krbprincipalaux",
|
|
"krbticketpolicyaux",
|
|
"ipaobject"
|
|
],
|
|
"sn": [
|
|
"Snuffleupagus"
|
|
],
|
|
"uid": [
|
|
"snuffy"
|
|
],
|
|
"uidnumber": [
|
|
"1869788865"
|
|
]
|
|
},
|
|
"summary": "Added user \"snuffy\"",
|
|
"value": "snuffy"
|
|
}
|
|
}
|