changeset 517:0d8782043d05

PAM shouldn't be on by default
author Matt Johnston <matt@ucc.asn.au>
date Tue, 11 Nov 2008 14:15:54 +0000
parents 7fc4ba3c1cbb
children ce104c8b0be1
files options.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 */