summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/pwpolicy_find_pkeys.json
blob: a5a0cf5ec28c17c4f86be1f70f043e43e374aed4 (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
25
26
27
{
    "error": null,
    "id": 6,
    "result": {
        "count": 3,
        "result": [
            {
                "cn": "GLOBAL",
                "dn": "cn=accounts,dc=example,dc=com"
            },
            {
                "cn": [
                    "testgroup12"
                ],
                "dn": "cn=testgroup12,cn=example.com,cn=kerberos,dc=example,dc=com"
            },
            {
                "cn": [
                    "testgroup22"
                ],
                "dn": "cn=testgroup22,cn=example.com,cn=kerberos,dc=example,dc=com"
            }
        ],
        "summary": null,
        "truncated": false
    }
}