Fix copy/paste errors

This commit is contained in:
patvdv 2015-08-19 18:35:17 +02:00
parent 79a5835017
commit 1372b78ea0

View File

@ -1,5 +1,5 @@
#****************************************************************************** #******************************************************************************
# manage_ssh.sh configuration file # manage_sudo.sh configuration file
#****************************************************************************** #******************************************************************************
# #
# Lines starting with '#' (hash) are comment lines # Lines starting with '#' (hash) are comment lines
@ -32,8 +32,8 @@ REMOTE_DIR="/etc/sudo_controls/holding"
# (leave blank for current user but user should have remote sudo root privs) # (leave blank for current user but user should have remote sudo root privs)
SUDO_UPDATE_USER="" SUDO_UPDATE_USER=""
# options to pass to manage_ssh.sh when executing a key update # options to pass to update_sudo.pl when executing a key update
SUDO_UPDATE_OPTS="--verbose --remove" SUDO_UPDATE_OPTS="--verbose"
# path to the visudo tool # path to the visudo tool
VISUDO_BIN="/usr/sbin/visudo" VISUDO_BIN="/usr/sbin/visudo"