summaryrefslogtreecommitdiff
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
commitfec13906284f913c0c9ae5bca1306f77c7d39c2e (patch)
tree3ee5890b766ab7b95697b2b4b84658e339be213a
parent1eb3a9e7b47287199170d8ea327022d956d8d48e (diff)
downloaddropbear-fec13906284f913c0c9ae5bca1306f77c7d39c2e.tar.gz
PAM shouldn't be on by default
-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 */