--- embedaddon/sudo/plugins/sudoers/def_data.in 2012/02/21 16:23:02 1.1.1.1 +++ embedaddon/sudo/plugins/sudoers/def_data.in 2014/06/15 16:12:54 1.1.1.6 @@ -109,7 +109,7 @@ preserve_groups "Don't initialize the group vector to that of the target user" loglinelen T_UINT|T_BOOL - "Length at which to wrap log file lines (0 for no wrap): %d" + "Length at which to wrap log file lines (0 for no wrap): %u" timestamp_timeout T_FLOAT|T_BOOL "Authentication timestamp timeout: %.1f minutes" @@ -118,7 +118,7 @@ passwd_timeout "Password prompt timeout: %.1f minutes" passwd_tries T_UINT - "Number of tries to enter a password: %d" + "Number of tries to enter a password: %u" umask T_MODE|T_BOOL "Umask to use or 0777 to use user's: 0%o" @@ -143,6 +143,9 @@ mailsub badpass_message T_STR "Incorrect password message: %s" +lecture_status_dir + T_STR|T_PATH + "Path to lecture status dir: %s" timestampdir T_STR|T_PATH "Path to authentication timestamp dir: %s" @@ -177,10 +180,7 @@ verifypw never all any always noexec T_FLAG - "Preload the dummy exec functions contained in 'noexec_file'" -noexec_file - T_STR|T_PATH - "File containing dummy exec functions: %s" + "Preload the dummy exec functions contained in the sudo_noexec library" ignore_local_sudoers T_FLAG "If LDAP directory is up, do we ignore local sudoers file" @@ -219,7 +219,7 @@ sudoers_locale "Locale to use while parsing sudoers: %s" visiblepw T_FLAG - "Allow sudo to prompt for a password even if it would be visisble" + "Allow sudo to prompt for a password even if it would be visible" pwfeedback T_FLAG "Provide visual feedback at the password prompt when there is user input" @@ -243,16 +243,43 @@ use_pty "Always run commands in a pseudo-tty" group_plugin T_STR - "Plugin for non-Unix group support" + "Plugin for non-Unix group support: %s" iolog_dir T_STR|T_PATH - "Directory in which to store input/output logs" + "Directory in which to store input/output logs: %s" iolog_file T_STR - "File in which to store the input/output log" + "File in which to store the input/output log: %s" set_utmp T_FLAG "Add an entry to the utmp/utmpx file when allocating a pty" utmp_runas T_FLAG "Set the user in utmp to the runas user, not the invoking user" +privs + T_STR + "Set of permitted privileges" +limitprivs + T_STR + "Set of limit privileges" +exec_background + T_FLAG + "Run commands on a pty in the background" +pam_service + T_STR + "PAM service name to use" +pam_login_service + T_STR + "PAM service name to use for login shells" +pam_setcred + T_FLAG + "Attempt to establish PAM credentials for the target user" +pam_session + T_FLAG + "Create a new PAM session for the command to run in" +maxseq + T_UINT + "Maximum I/O log sequence number: %u" +use_netgroups + T_FLAG + "Enable sudoers netgroup support"