summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2006-08-09 16:45:50 +0000
committerMatt Johnston <matt@ucc.asn.au>2006-08-09 16:45:50 +0000
commitc4a26e6eb06c28d7763ba1d1d424545f6680cbb4 (patch)
tree9f9614262c0aa5ff7249c01cd84b1b1ec41ebaf9
parentd404c1f5a9a1e8e2b88c124773ba2368b8f48c24 (diff)
downloaddropbear-debug-unrandom.tar.gz
blah, forgot PAM options.hdebug-unrandom
-rw-r--r--options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.h b/options.h
index dfce7ac..5ddbc48 100644
--- a/options.h
+++ b/options.h
@@ -127,8 +127,8 @@ 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_PAM_AUTH
+#define ENABLE_SVR_PASSWORD_AUTH
+/*#define ENABLE_SVR_PAM_AUTH*/
#define ENABLE_SVR_PUBKEY_AUTH
#define ENABLE_CLI_PASSWORD_AUTH