sudo/plugins/sudoers/regress/cvtsudoers/test20.sh

14 lines
237 B
Bash
Executable File

#!/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