diff options.h @ 57:3b2a5a1c4347 authpam

svr-authpam code merged and works. needs tidying a log
author Matt Johnston <matt@ucc.asn.au>
date Sun, 08 Aug 2004 16:57:37 +0000
parents 095d689fed16
children 5312ca05ed48
line wrap: on
line diff
--- a/options.h	Sun Aug 08 16:57:00 2004 +0000
+++ b/options.h	Sun Aug 08 16:57:37 2004 +0000
@@ -110,7 +110,10 @@
 
 /* Authentication types to enable, at least one required.
    RFC Draft requires pubkey auth, and recommends password */
-#define DROPBEAR_PASSWORD_AUTH
+//#define DROPBEAR_PASSWORD_AUTH
+/* Only set PAM auth if you aren't using PASSWORD auth. Also, you'll need
+ * to make sure PAM libraries etc are installed */
+#define DROPBEAR_PAM_AUTH
 #define DROPBEAR_PUBKEY_AUTH
 
 /* Random device to use - you must specify _one only_.