summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/selinuxusermap_get_records.json
blob: 61d80fb5c85a0ee013279f5fdf38cc0f151fba0a (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
{
    "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"
            }
        ]
    }
}