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

version 1.1.1.2, 2012/05/29 12:26:49 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 253  set_utmp Line 256  set_utmp
 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.1.2  
changed lines
  Added in v.1.1.1.6


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