diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-11-11 14:15:54 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-11-11 14:15:54 +0000 |
commit | 5a2dde814d3c86665f6b8fc23ba09daa54001bdd (patch) | |
tree | 3ee5890b766ab7b95697b2b4b84658e339be213a /options.h | |
parent | 4fc5a52850a937f1d190eeca2f12108b7d78ecdf (diff) |
PAM shouldn't be on by default
--HG--
extra : convert_revision : 44714b1a34bf7833e6f2e4fd1c81ceaacccb15bd
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -149,9 +149,9 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */ * but there's an interface via a PAM module - don't bother using it otherwise. * You can't enable both PASSWORD and PAM. */ -/*#define ENABLE_SVR_PASSWORD_AUTH*/ +#define ENABLE_SVR_PASSWORD_AUTH /* PAM requires ./configure --enable-pam */ -#define ENABLE_SVR_PAM_AUTH +/*#define ENABLE_SVR_PAM_AUTH*/ #define ENABLE_SVR_PUBKEY_AUTH /* Wether to ake public key options in authorized_keys file into account */ |