Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
676:0edf08895a33 | 677:55b84e59aaad |
---|---|
177 #define ENABLE_SVR_PUBKEY_OPTIONS | 177 #define ENABLE_SVR_PUBKEY_OPTIONS |
178 #endif | 178 #endif |
179 | 179 |
180 /* Define this to allow logging in to accounts that have no password specified. | 180 /* Define this to allow logging in to accounts that have no password specified. |
181 * Public key logins are allowed for blank-password accounts regardless of this | 181 * Public key logins are allowed for blank-password accounts regardless of this |
182 * setting. PAM is not affected by this setting, it uses the normal pam.d | 182 * setting. */ |
183 * settings ('nullok' option) */ | |
184 /* #define ALLOW_BLANK_PASSWORD */ | 183 /* #define ALLOW_BLANK_PASSWORD */ |
185 | 184 |
186 #define ENABLE_CLI_PASSWORD_AUTH | 185 #define ENABLE_CLI_PASSWORD_AUTH |
187 #define ENABLE_CLI_PUBKEY_AUTH | 186 #define ENABLE_CLI_PUBKEY_AUTH |
188 #define ENABLE_CLI_INTERACT_AUTH | 187 #define ENABLE_CLI_INTERACT_AUTH |