summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-09-14 13:47:10 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-09-14 13:47:10 +0000
commit1ace08645afa324517a0ea5a8d0135842db5d55a (patch)
tree196fe049af12776148f99d1cc2b6230019aba95f /options.h
parent636b041b9be635eda16af58bf67400e78dc3eb14 (diff)
Oops, PAM was on by default in options.h
--HG-- extra : convert_revision : 8f9d07675e82e64ef083bbdb833d0b2dbfe4d187
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 533d71e..c6b727f 100644
--- a/options.h
+++ b/options.h
@@ -121,8 +121,8 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
* configure with --enable-pam as well, since it's off by default. And you
* should only enable either PASSWORD _or_ PAM auth, not both. */
-/*#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