Mercurial > dropbear
comparison options.h @ 692:c58a15983808
Allow configuring "allow blank password option" at runtime
Changes this from a compile-time switch to a command-line option.
Signed-off-by: Paul Eggleton <[email protected]>
author | Paul Eggleton <paul.eggleton@linux.intel.com> |
---|---|
date | Tue, 12 Feb 2013 15:52:57 +0000 |
parents | 167fdc091c05 |
children | 94aa1203be1e |
comparison
equal
deleted
inserted
replaced
691:e698d1a9f428 | 692:c58a15983808 |
---|---|
178 * authorized_keys file into account */ | 178 * authorized_keys file into account */ |
179 #ifdef ENABLE_SVR_PUBKEY_AUTH | 179 #ifdef ENABLE_SVR_PUBKEY_AUTH |
180 #define ENABLE_SVR_PUBKEY_OPTIONS | 180 #define ENABLE_SVR_PUBKEY_OPTIONS |
181 #endif | 181 #endif |
182 | 182 |
183 /* Define this to allow logging in to accounts that have no password specified. | |
184 * Public key logins are allowed for blank-password accounts regardless of this | |
185 * setting. */ | |
186 /* #define ALLOW_BLANK_PASSWORD */ | |
187 | |
188 #define ENABLE_CLI_PASSWORD_AUTH | 183 #define ENABLE_CLI_PASSWORD_AUTH |
189 #define ENABLE_CLI_PUBKEY_AUTH | 184 #define ENABLE_CLI_PUBKEY_AUTH |
190 #define ENABLE_CLI_INTERACT_AUTH | 185 #define ENABLE_CLI_INTERACT_AUTH |
191 | 186 |
192 /* This variable can be used to set a password for client | 187 /* This variable can be used to set a password for client |