1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"error": null,
"id": 12,
"result": {
"result": {
"cn": [
"neighbors"
],
"description": [
"The People in Your Neighborhood"
],
"dn": "cn=neighbors,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"gidnumber": [
"123456"
],
"ipauniqueid": [
"0dbae87a-b43a-11df-ac8e-525400674dcd"
],
"objectclass": [
"top",
"groupofnames",
"nestedgroup",
"ipausergroup",
"ipaobject",
"posixgroup"
]
},
"summary": null,
"value": "neighbors"
}
}
|