summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/pwpolicy_find_pkeys.json
blob: 7c22476b5bb654e337affbaaca5feeb9f63e2f32 (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_policy",
                "dn": "cn=global_policy,cn=example.com,cn=kerberos,dc=example,dc=com"
            },
            {
                "cn": [
                    "ipausers"
                ],
                "dn": "cn=ipausers,cn=example.com,cn=kerberos,dc=example,dc=com"
            },
            {
                "cn": [
                    "editors"
                ],
                "dn": "cn=editors,cn=example.com,cn=kerberos,dc=example,dc=com"
            }
        ],
        "summary": null,
        "truncated": false
    }
}