diff --git a/manage_sudo.conf b/manage_sudo.conf index ac2c4eb..b08284f 100644 --- a/manage_sudo.conf +++ b/manage_sudo.conf @@ -1,5 +1,5 @@ #****************************************************************************** -# manage_ssh.sh configuration file +# manage_sudo.sh configuration file #****************************************************************************** # # 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) SUDO_UPDATE_USER="" -# options to pass to manage_ssh.sh when executing a key update -SUDO_UPDATE_OPTS="--verbose --remove" +# options to pass to update_sudo.pl when executing a key update +SUDO_UPDATE_OPTS="--verbose" # path to the visudo tool VISUDO_BIN="/usr/sbin/visudo" @@ -49,4 +49,4 @@ LOG_DIR="/var/log" #****************************************************************************** # End of FILE -#****************************************************************************** \ No newline at end of file +#******************************************************************************