Diff for /embedaddon/sudo/plugins/sudoers/def_data.in between versions 1.1 and 1.1.1.6

version 1.1, 2012/02/21 16:23:02 version 1.1.1.6, 2014/06/15 16:12:54
Line 109  preserve_groups Line 109  preserve_groups
         "Don't initialize the group vector to that of the target user"          "Don't initialize the group vector to that of the target user"
 loglinelen  loglinelen
         T_UINT|T_BOOL          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  timestamp_timeout
         T_FLOAT|T_BOOL          T_FLOAT|T_BOOL
         "Authentication timestamp timeout: %.1f minutes"          "Authentication timestamp timeout: %.1f minutes"
Line 118  passwd_timeout Line 118  passwd_timeout
         "Password prompt timeout: %.1f minutes"          "Password prompt timeout: %.1f minutes"
 passwd_tries  passwd_tries
         T_UINT          T_UINT
        "Number of tries to enter a password: %d"        "Number of tries to enter a password: %u"
 umask  umask
         T_MODE|T_BOOL          T_MODE|T_BOOL
         "Umask to use or 0777 to use user's: 0%o"          "Umask to use or 0777 to use user's: 0%o"
Line 143  mailsub Line 143  mailsub
 badpass_message  badpass_message
         T_STR          T_STR
         "Incorrect password message: %s"          "Incorrect password message: %s"
   lecture_status_dir
           T_STR|T_PATH
           "Path to lecture status dir: %s"
 timestampdir  timestampdir
         T_STR|T_PATH          T_STR|T_PATH
         "Path to authentication timestamp dir: %s"          "Path to authentication timestamp dir: %s"
Line 177  verifypw Line 180  verifypw
         never all any always          never all any always
 noexec  noexec
         T_FLAG          T_FLAG
        "Preload the dummy exec functions contained in 'noexec_file'"        "Preload the dummy exec functions contained in the sudo_noexec library"
noexec_file 
        T_STR|T_PATH 
        "File containing dummy exec functions: %s" 
 ignore_local_sudoers  ignore_local_sudoers
         T_FLAG          T_FLAG
         "If LDAP directory is up, do we ignore local sudoers file"          "If LDAP directory is up, do we ignore local sudoers file"
Line 219  sudoers_locale Line 219  sudoers_locale
         "Locale to use while parsing sudoers: %s"          "Locale to use while parsing sudoers: %s"
 visiblepw  visiblepw
         T_FLAG          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  pwfeedback
         T_FLAG          T_FLAG
         "Provide visual feedback at the password prompt when there is user input"          "Provide visual feedback at the password prompt when there is user input"
Line 243  use_pty Line 243  use_pty
         "Always run commands in a pseudo-tty"          "Always run commands in a pseudo-tty"
 group_plugin  group_plugin
         T_STR          T_STR
        "Plugin for non-Unix group support"        "Plugin for non-Unix group support: %s"
 iolog_dir  iolog_dir
         T_STR|T_PATH          T_STR|T_PATH
        "Directory in which to store input/output logs"        "Directory in which to store input/output logs: %s"
 iolog_file  iolog_file
         T_STR          T_STR
        "File in which to store the input/output log"        "File in which to store the input/output log: %s"
 set_utmp  set_utmp
         T_FLAG          T_FLAG
         "Add an entry to the utmp/utmpx file when allocating a pty"          "Add an entry to the utmp/utmpx file when allocating a pty"
 utmp_runas  utmp_runas
         T_FLAG          T_FLAG
         "Set the user in utmp to the runas user, not the invoking user"          "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"

Removed from v.1.1  
changed lines
  Added in v.1.1.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>