mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
21 lines
561 B
JSON
21 lines
561 B
JSON
|
{
|
||
|
"error": null,
|
||
|
"id": null,
|
||
|
"result": {
|
||
|
"result": {
|
||
|
"automembertargetgroup": [
|
||
|
"cn=foogroup,cn=groups,cn=accounts,dc=dev,dc=example,dc=com"
|
||
|
],
|
||
|
"cn": [
|
||
|
"foogroup"
|
||
|
],
|
||
|
"dn": "cn=foogroup,cn=group,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
|
||
|
"objectclass": [
|
||
|
"top",
|
||
|
"automemberregexrule"
|
||
|
]
|
||
|
},
|
||
|
"summary": "Added automember rule \"foogroup\"",
|
||
|
"value": "foogroup"
|
||
|
}
|
||
|
}
|