summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/selinuxusermap_get_records.json
blob: 518b1365400706a3f9041c4d5239c233de74bd80 (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
{
    "error": null,
    "id": null,
    "result": {
        "count": 1,
        "results": [
            {
                "error": null,
                "result": {
                    "cn": [
                        "karel_unconfined"
                    ],
                    "description": [
                        "description"
                    ],
                    "dn": "ipauniqueid=dbe2ffa0-3c2c-11e1-ad81-00163e6185c4,cn=usermap,cn=selinux,dc=dev,dc=example,dc=com",
                    "ipaenabledflag": [
                        "TRUE"
                    ],
                    "ipaselinuxuser": [
                        "unconfined_u:s0-s0:c0.c1023"
                    ],
                    "ipauniqueid": [
                        "dbe2ffa0-3c2c-11e1-ad81-00163e6185c4"
                    ],
                    "memberuser_user": [
                        "karel"
                    ],
                    "objectclass": [
                        "ipaassociation",
                        "ipaselinuxusermap"
                    ]
                },
                "summary": null,
                "value": "karel_unconfined"
            },
            {
                "error": null,
                "result": {
                    "cn": [
                        "test01"
                    ],
                    "description": [
                        "Test SELinux User Map 01"
                    ],
                    "dn": "ipauniqueid=dbe2ffa0-3c2c-11e1-ad81-00163e6185c4,cn=usermap,cn=selinux,dc=dev,dc=example,dc=com",
                    "ipaenabledflag": [
                        "FALSE"
                    ],
                    "ipaselinuxuser": [
                        "xguest_u:s0"
                    ],
                    "ipauniqueid": [
                        "dbe2ffa0-3c2c-11e1-ad81-00163e6185c4"
                    ],
                    "memberuser_user": [
                        "karel"
                    ],
                    "objectclass": [
                        "ipaassociation",
                        "ipaselinuxusermap"
                    ]
                },
                "summary": null,
                "value": "test01"
            }
        ]
    }
}