summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/config_show.json
blob: e3b6154b99665299a28004b3fb234327b7ffbe70 (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
    "error": null,
    "id": 4,
    "result": {
        "result": {
            "attributelevelrights": {
                "aci": "rscwo",
                "cn": "rscwo",
                "ipacertificatesubjectbase": "rscwo",
                "ipaconfigstring": "rscwo",
                "ipacustomfields": "rscwo",
                "ipadefaultemaildomain": "rscwo",
                "ipadefaultloginshell": "rscwo",
                "ipadefaultprimarygroup": "rscwo",
                "ipagroupobjectclasses": "rscwo",
                "ipagroupsearchfields": "rscwo",
                "ipahomesrootdir": "rscwo",
                "ipamaxusernamelength": "rscwo",
                "ipamigrationenabled": "rscwo",
                "ipapwdexpadvnotify": "rscwo",
                "ipasearchrecordslimit": "rscwo",
                "ipasearchtimelimit": "rscwo",
                "ipauserobjectclasses": "rscwo",
                "ipausersearchfields": "rscwo",
                "nsaccountlock": "rscwo",
                "objectclass": "rscwo"
            },
            "cn": [
                "ipaConfig"
            ],
            "dn": "cn=ipaconfig,cn=etc,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "ipacertificatesubjectbase": [
                "O=IPA14.AYOUNG.BOSTON.DEVEL.REDHAT.COM"
            ],
            "ipaconfigstring": [
                "AllowNThash"
            ],
            "ipadefaultemaildomain": [
                "ayoung.boston.devel.redhat.com"
            ],
            "ipadefaultloginshell": [
                "/bin/sh"
            ],
            "ipadefaultprimarygroup": [
                "ipausers"
            ],
            "ipagroupobjectclasses": [
                "top",
                "groupofnames",
                "nestedgroup",
                "ipausergroup",
                "ipaobject"
            ],
            "ipagroupsearchfields": [
                "cn,description"
            ],
            "ipahomesrootdir": [
                "/home"
            ],
            "ipamaxusernamelength": [
                "32"
            ],
            "ipamigrationenabled": [
                "FALSE"
            ],
            "ipapwdexpadvnotify": [
                "4"
            ],
            "ipasearchrecordslimit": [
                "100"
            ],
            "ipasearchtimelimit": [
                "2"
            ],
            "ipauserobjectclasses": [
                "top",
                "person",
                "organizationalperson",
                "inetorgperson",
                "inetuser",
                "posixaccount",
                "krbprincipalaux",
                "krbticketpolicyaux",
                "ipaobject"
            ],
            "ipausersearchfields": [
                "uid,givenname,sn,telephonenumber,ou,title"
            ],
            "objectclass": [
                "nsContainer",
                "top",
                "ipaGuiConfig",
                "ipaConfigObject"
            ]
        },
        "summary": null,
        "value": ""
    }
}