summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacrule_find.json
blob: 1775119c834b17b343736e6beafd739149b5be23 (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
{
    "error": null,
    "id": null,
    "result": {
        "count": 1,
        "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"
                ]
            }
        ],
        "summary": "1 HBAC rule matched",
        "truncated": false
    }
}