summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/config_show.json
blob: e52d1df66ab414d25acb1f8218ce8dc47495c65b (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
{
    "error": null,
    "id": 6,
    "result": {
        "result": {
            "dn": "cn=ipaconfig,cn=etc,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "ipacertificatesubjectbase": [
                "O=IPA"
            ],
            "ipadefaultloginshell": [
                "/bin/sh"
            ],
            "ipadefaultprimarygroup": [
                "ipausers"
            ],
            "ipagroupsearchfields": [
                "cn,description"
            ],
            "ipahomesrootdir": [
                "/home"
            ],
            "ipamaxusernamelength": [
                "8"
            ],
            "ipamigrationenabled": [
                "FALSE"
            ],
            "ipasearchrecordslimit": [
                "0"
            ],
            "ipasearchtimelimit": [
                "2"
            ],
            "ipausersearchfields": [
                "uid,givenname,sn,telephonenumber,ou,title"
            ]
        },
        "summary": null,
        "value": ""
    }
}