# HG changeset patch
# User Matt Johnston <matt@ucc.asn.au>
# Date 1226412954 0
# Node ID 0d8782043d05811bf41eab5af670843ca520d263
# Parent  7fc4ba3c1cbb8310c41a8f214147db2ff04a5a13
PAM shouldn't be on by default

diff -r 7fc4ba3c1cbb -r 0d8782043d05 options.h
--- a/options.h	Tue Nov 11 14:08:48 2008 +0000
+++ b/options.h	Tue Nov 11 14:15:54 2008 +0000
@@ -149,9 +149,9 @@
  * 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 */