diff options.h @ 677:55b84e59aaad

Fix empty password immediate login
author Matt Johnston <matt@ucc.asn.au>
date Wed, 09 May 2012 22:51:59 +0800
parents 349fb2dda2dd
children 03073a27abb3 4edea9f363d0
line wrap: on
line diff
--- a/options.h	Wed May 09 22:37:04 2012 +0800
+++ b/options.h	Wed May 09 22:51:59 2012 +0800
@@ -179,8 +179,7 @@
 
 /* Define this to allow logging in to accounts that have no password specified.
  * Public key logins are allowed for blank-password accounts regardless of this
- * setting.  PAM is not affected by this setting, it uses the normal pam.d
- * settings ('nullok' option) */
+ * setting. */
 /* #define ALLOW_BLANK_PASSWORD */
 
 #define ENABLE_CLI_PASSWORD_AUTH