mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
12 lines
187 B
Bash
Executable File
12 lines
187 B
Bash
Executable File
#!/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
|