summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/pwpolicy_get_records.json
blob: 24a265147a805236d8b79b1e6eb022b041314602 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
{
    "error": null,
    "id": 6,
    "result": {
        "count": 3,
        "results": [
            {
                "error": null,
                "result": {
                    "cn": "global_policy",
                    "dn": "cn=global_policy,cn=example.com,cn=kerberos,dc=example,dc=com",
                    "krbmaxpwdlife": [
                        "90"
                    ],
                    "krbminpwdlife": [
                        "1"
                    ],
                    "krbpwdhistorylength": [
                        "0"
                    ],
                    "krbpwdmindiffchars": [
                        "0"
                    ],
                    "krbpwdminlength": [
                        "8"
                    ]
                },
                "summary": null,
                "value": "GLOBAL"
            },
            {
                "error": null,
                "result": {
                    "cn": [
                        "ipausers"
                    ],
                    "cospriority": [
                        "1"
                    ],
                    "dn": "cn=ipausers,cn=example.com,cn=kerberos,dc=example,dc=com",
                    "krbmaxpwdlife": [
                        "40"
                    ],
                    "krbminpwdlife": [
                        "50"
                    ],
                    "krbpwdhistorylength": [
                        "5"
                    ],
                    "krbpwdminlength": [
                        "6"
                    ]
                },
                "summary": null,
                "value": "ipausers"
            },
            {
                "error": null,
                "result": {
                    "cn": [
                        "editors"
                    ],
                    "cospriority": [
                        "2"
                    ],
                    "dn": "cn=editors,cn=example.com,cn=kerberos,dc=example,dc=com",
                    "krbmaxpwdlife": [
                        "60"
                    ],
                    "krbminpwdlife": [
                        "40"
                    ],
                    "krbpwdhistorylength": [
                        "8"
                    ],
                    "krbpwdminlength": [
                        "9"
                    ]
                },
                "summary": null,
                "value": "editors"
            }
        ]
    }
}