summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automemberhostgroup_find_pkeys.json
blob: 909683465b6892ea08a1f397e2f153f799567298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "error": null,
    "id": null,
    "result": {
        "count": 1,
        "result": [
            {
                "automembertargetgroup": [
                    "cn=foohostgroup,cn=hostgroups,cn=accounts,dc=dev,dc=example,dc=com"
                ],
                "cn": [
                    "foohostgroup"
                ],
                "dn": "cn=foohostgroup,cn=hostgroup,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
                "objectclass": [
                    "top",
                    "automemberregexrule"
                ]
            }
        ],
        "summary": "1 rules matched",
        "truncated": false
    }
}