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

version 1.1.1.5, 2013/10/14 07:56:34 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 276  pam_session Line 279  pam_session
         "Create a new PAM session for the command to run in"          "Create a new PAM session for the command to run in"
 maxseq  maxseq
         T_UINT          T_UINT
        "Maximum I/O log sequence number"        "Maximum I/O log sequence number: %u"
 use_netgroups
         T_FLAG
         "Enable sudoers netgroup support"

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


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