summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/cvtsudoers/test20.sh
blob: e7214e2dc5701605d64c6414dbe6181890ef5c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# Test cvtsudoers.conf
#

exec 2>&1
./cvtsudoers -c $TESTDIR/test20.conf <<EOF
Defaults:SOMEUSERS authenticate, timestamp_timeout=0
User_Alias SOMEUSERS = user1, user2, user3

SOMEUSERS ALL = /usr/bin/id
EOF