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

: ${CVTSUDOERS=cvtsudoers}

$CVTSUDOERS -c $TESTDIR/test20.conf <<EOF
Defaults:SOMEUSERS authenticate, timestamp_timeout=0
User_Alias SOMEUSERS = user1, user2, user3

SOMEUSERS ALL = /usr/bin/id
EOF