blob: afc29a88078cf87e9f91c44578e249b3cd673487 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
#
# Test base64 encoding of non-safe strings
#
exec 2>&1
./cvtsudoers -c "" -b "ou=SUDOers©,dc=sudo,dc=ws" <<EOF
Defaults badpass_message="Bad password¡"
root ALL = ALL
EOF
|