summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/selinuxusermap_add_host.json
blob: 8ea3a17cd805a110810265a8882b85399b4b18e3 (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
{
    "error": null,
    "id": null,
    "result": {
        "completed": 1,
        "failed": {
            "memberhost": {
                "host": [],
                "hostgroup": []
            }
        },
        "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"
            ],
            "memberhost_host": [
                "dev.example.com"
            ],
            "memberuser_user": [
                "karel",
                "admin"
            ]
        }
    }
}