summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/sudoers/test3.json.ok
blob: fc69eb1dc7f8c7e008ac4da8cf39da68c0f78314 (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
{
    "Defaults": [
        {
            "Binding": [
                { "useralias": "FOO" }
            ],
            "Options": [
                { "env_reset": true }
            ]
        },
        {
            "Binding": [
                { "username": "foo" },
                { "username": "bar" }
            ],
            "Options": [
                { "env_reset": true }
            ]
        },
        {
            "Binding": [
                { "username": "foo" },
                { "username": " bar" }
            ],
            "Options": [
                { "env_reset": true }
            ]
        },
        {
            "Binding": [
                { "username": "foo" },
                { "username": "bar" }
            ],
            "Options": [
                { "env_reset": true }
            ]
        }
    ],
    "User_Aliases": {
        "FOO": [
            { "username": "foo" },
            { "username": "bar" }
        ]
    }
}