comparison options.h @ 517:0d8782043d05

PAM shouldn't be on by default
author Matt Johnston <matt@ucc.asn.au>
date Tue, 11 Nov 2008 14:15:54 +0000
parents a3748e54273c
children 1037aabf701b 76097ec1a29a
comparison
equal deleted inserted replaced
516:7fc4ba3c1cbb 517:0d8782043d05
147 * a simple "Login: " "Password: " (you can edit the strings in svr-authpam.c). 147 * a simple "Login: " "Password: " (you can edit the strings in svr-authpam.c).
148 * It's useful for systems like OS X where standard password crypts don't work, 148 * It's useful for systems like OS X where standard password crypts don't work,
149 * but there's an interface via a PAM module - don't bother using it otherwise. 149 * but there's an interface via a PAM module - don't bother using it otherwise.
150 * You can't enable both PASSWORD and PAM. */ 150 * You can't enable both PASSWORD and PAM. */
151 151
152 /*#define ENABLE_SVR_PASSWORD_AUTH*/ 152 #define ENABLE_SVR_PASSWORD_AUTH
153 /* PAM requires ./configure --enable-pam */ 153 /* PAM requires ./configure --enable-pam */
154 #define ENABLE_SVR_PAM_AUTH 154 /*#define ENABLE_SVR_PAM_AUTH*/
155 #define ENABLE_SVR_PUBKEY_AUTH 155 #define ENABLE_SVR_PUBKEY_AUTH
156 156
157 /* Wether to ake public key options in authorized_keys file into account */ 157 /* Wether to ake public key options in authorized_keys file into account */
158 #ifdef ENABLE_SVR_PUBKEY_AUTH 158 #ifdef ENABLE_SVR_PUBKEY_AUTH
159 #define ENABLE_SVR_PUBKEY_OPTIONS 159 #define ENABLE_SVR_PUBKEY_OPTIONS