summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacrule_find.json
blob: 3801a7d448c4990f7218a32ccc817479b91898d7 (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
{
    "error": null,
    "id": null,
    "result": {
        "count": 4,
        "result": [
            {
                "accessruletype": [
                    "allow"
                ],
                "cn": [
                    "allow_all"
                ],
                "description": [
                    "Allow all users to access any host from any host"
                ],
                "dn": "ipauniqueid=ca842a42-a445-11e0-87ff-525400b55a47,cn=hbac,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "hostcategory": [
                    "all"
                ],
                "ipaenabledflag": [
                    "TRUE"
                ],
                "servicecategory": [
                    "all"
                ],
                "sourcehostcategory": [
                    "all"
                ],
                "usercategory": [
                    "all"
                ]
            },
            {
                "accessruletype": [
                    "deny"
                ],
                "cn": [
                    "deny1"
                ],
                "dn": "ipauniqueid=8af3e23c-a7e2-11e0-b394-525400b55a47,cn=hbac,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "ipaenabledflag": [
                    "TRUE"
                ]
            },
            {
                "accessruletype": [
                    "deny"
                ],
                "cn": [
                    "deny2"
                ],
                "dn": "ipauniqueid=8f05d042-a7e2-11e0-b394-525400b55a47,cn=hbac,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "ipaenabledflag": [
                    "TRUE"
                ]
            },
            {
                "accessruletype": [
                    "deny"
                ],
                "cn": [
                    "deny3"
                ],
                "dn": "ipauniqueid=92dcf9fc-a7e2-11e0-8dac-525400b55a47,cn=hbac,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "ipaenabledflag": [
                    "TRUE"
                ]
            }
        ],
        "summary": "4 HBAC rules matched",
        "truncated": false
    }
}