diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-11-22 09:45:40 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-11-22 09:45:40 +0100 |
commit | 4b204339078eb55ba9309f1fd669b1792d6b43c6 (patch) | |
tree | ee1d4a016b24b92201ceada7c1b991a69d8e8af4 /configurable-definitions | |
parent | fix chmod and chown of tty device files (diff) | |
download | libpassphrase-4b204339078eb55ba9309f1fd669b1792d6b43c6.tar.gz libpassphrase-4b204339078eb55ba9309f1fd669b1792d6b43c6.tar.bz2 libpassphrase-4b204339078eb55ba9309f1fd669b1792d6b43c6.tar.xz |
add crypt auth module
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'configurable-definitions')
-rw-r--r-- | configurable-definitions | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configurable-definitions b/configurable-definitions index bbc3135..8d5a946 100644 --- a/configurable-definitions +++ b/configurable-definitions @@ -40,4 +40,10 @@ AUTH (default: pam, type: name) pam -- Pluggable Authentication Module (PAM) none -- Always auto-authenticate + crypt -- Authenticate with crypt and /etc/shadow or /etc/passwd + + +NO_SHADOW (default: undefined, type: #ifdef, required: AUTH=crypt) + + Do not use /etc/shadow (shadow.h) unless HAVE_SHADOW is definied |