summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/pwpolicy_find.json
blob: 629ebfc9024f18e4f6e036ecaffec6cdf7d173be (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
    "error": null, 
    "id": 6, 
    "result": {
        "count": 3, 
        "result": [
            {
                "cn": "GLOBAL", 
                "dn": "cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", 
                "krbmaxpwdlife": [
                    "90"
                ], 
                "krbminpwdlife": [
                    "1"
                ], 
                "krbpwdhistorylength": [
                    "0"
                ], 
                "krbpwdmindiffchars": [
                    "0"
                ], 
                "krbpwdminlength": [
                    "8"
                ]
            }, 
            {
                "cn": [
                    "testgroup12"
                ], 
                "cospriority": [
                    "1"
                ], 
                "dn": "cn=testgroup12,cn=ayoung.boston.devel.redhat.com,cn=kerberos,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", 
                "krbmaxpwdlife": [
                    "40"
                ], 
                "krbminpwdlife": [
                    "50"
                ], 
                "krbpwdhistorylength": [
                    "5"
                ], 
                "krbpwdminlength": [
                    "6"
                ]
            }, 
            {
                "cn": [
                    "testgroup22"
                ], 
                "cospriority": [
                    "2"
                ], 
                "dn": "cn=testgroup22,cn=ayoung.boston.devel.redhat.com,cn=kerberos,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", 
                "krbmaxpwdlife": [
                    "60"
                ], 
                "krbminpwdlife": [
                    "40"
                ], 
                "krbpwdhistorylength": [
                    "8"
                ], 
                "krbpwdminlength": [
                    "9"
                ]
            }
        ], 
        "summary": null, 
        "truncated": false
    }
}