2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

updated MAILSUBJECT

This commit is contained in:
Todd C. Miller
1996-11-14 03:50:03 +00:00
parent 773ec24a37
commit e5b84ec225
2 changed files with 6 additions and 6 deletions

10
OPTIONS
View File

@@ -142,8 +142,9 @@ INCORRECT_PASSWORD
The default is "Sorry, try again." The default is "Sorry, try again."
MAILSUBJECT MAILSUBJECT
Subject of the mail sent to the ALERTMAIL user. Subject of the mail sent to the ALERTMAIL user. The token "%h"
Default is "*** SECURITY information ***". will expand to the hostname of the machine.
Default is "*** SECURITY information for %h ***".
PASSPROMPT PASSPROMPT
Default prompt to use when asking for a password. Can be overridden Default prompt to use when asking for a password. Can be overridden
@@ -220,9 +221,8 @@ LONG_OTP_PROMPT
SUDOERS_MODE SUDOERS_MODE
File mode for the sudoers file (octal). Note that if you File mode for the sudoers file (octal). Note that if you
set this to be more restictive than 0440 you *MUST* set wish to NFS-mount the sudoers file this must be group
SUDOERS_UID to be something other than 0. Also Note that readable. Also Note that this is usually set in the Makefile.
this is usually set in the Makefile.
The default mode is 0440. The default mode is 0440.
SUDOERS_UID SUDOERS_UID

View File

@@ -55,7 +55,7 @@
#define MAILER _PATH_SENDMAIL /* what mailer to use */ #define MAILER _PATH_SENDMAIL /* what mailer to use */
#define UMASK 0022 /* umask that the root-run prog should use */ #define UMASK 0022 /* umask that the root-run prog should use */
#define INCORRECT_PASSWORD "Sorry, try again." /* message for bad passwd */ #define INCORRECT_PASSWORD "Sorry, try again." /* message for bad passwd */
#define MAILSUBJECT "*** SECURITY information ***" /* subject of mail sent */ #define MAILSUBJECT "*** SECURITY information for %h ***" /* mail subject */
#define PASSPROMPT "Password:" /* default password prompt */ #define PASSPROMPT "Password:" /* default password prompt */
/*#define IGNORE_DOT_PATH /* ignore '.' in $PATH if it exists */ /*#define IGNORE_DOT_PATH /* ignore '.' in $PATH if it exists */
/*#define SECURE_PATH "/bin:/usr/ucb:/usr/bin:/usr/etc:/etc" /* secure path */ /*#define SECURE_PATH "/bin:/usr/ucb:/usr/bin:/usr/etc:/etc" /* secure path */