summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-11-11 14:15:54 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-11-11 14:15:54 +0000
commit5a2dde814d3c86665f6b8fc23ba09daa54001bdd (patch)
tree3ee5890b766ab7b95697b2b4b84658e339be213a /options.h
parent4fc5a52850a937f1d190eeca2f12108b7d78ecdf (diff)
PAM shouldn't be on by default
--HG-- extra : convert_revision : 44714b1a34bf7833e6f2e4fd1c81ceaacccb15bd
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.h b/options.h
index 12be4bb..def8ccb 100644
--- a/options.h
+++ b/options.h
@@ -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 */