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

13 lines
204 B
Bash
Executable File

#!/bin/sh
#
# Test base64 encoding of non-safe strings
#
: ${CVTSUDOERS=cvtsudoers}
$CVTSUDOERS -c "" -b "ou=SUDOers©,dc=sudo,dc=ws" <<EOF
Defaults badpass_message="Bad password¡"
root ALL = ALL
EOF