changeset 356:1085ceab122d debug-unrandom

blah, forgot PAM options.h
author Matt Johnston <matt@ucc.asn.au>
date Wed, 09 Aug 2006 16:45:50 +0000
parents c61bd8f9e32d
children
files options.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/options.h	Wed Aug 09 16:45:05 2006 +0000
+++ b/options.h	Wed Aug 09 16:45:50 2006 +0000
@@ -127,8 +127,8 @@
  * 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