Fix copy/paste errors
This commit is contained in:
parent
79a5835017
commit
1372b78ea0
@ -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"
|
||||||
@ -49,4 +49,4 @@ LOG_DIR="/var/log"
|
|||||||
|
|
||||||
#******************************************************************************
|
#******************************************************************************
|
||||||
# End of FILE
|
# End of FILE
|
||||||
#******************************************************************************
|
#******************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user