added LONG_SKEY_PROMPT

This commit is contained in:
Todd C. Miller
1995-11-25 04:38:30 +00:00
parent 461d87164d
commit b0deb3be44
2 changed files with 8 additions and 0 deletions

View File

@@ -190,6 +190,13 @@ SKEY_ONLY
use s/key.
This feature is off by default.
LONG_SKEY_PROMPT
When validating with s/key a two-line prompt is used to make
it easier to cut and paste the s/key challenge to a local
window. It's not as pretty as the default but some people
find it more convenient.
This feature is off by default.
SUDOERS_OWNER
Who should own the sudoers file. This must be a username, *not* a uid.
This is useful if you want to make the sudoers file NFS-mounted

View File

@@ -61,6 +61,7 @@
/*#define SHELL_IF_NO_ARGS /* if sudo is given no arguments run a shell */
/*#define USE_TTY_TICKETS /* have a different ticket file for each tty */
/*#define SKEY_ONLY /* validate user via s/key only */
/*#define LONG_SKEY_PROMPT /* use a two line s/key prompt */
#define FAST_MATCH /* command check fails if basenames not same */
#ifndef SUDOERS_OWNER
#define SUDOERS_OWNER "root" /* sudoers file owner (usually root) */