1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-17 18:12:36 +01:00
slackware-current/source/installer/sources/dropbear/dropbear_emptypass.patch

13 lines
553 B
Diff
Raw Normal View History

diff -Nur dropbear-2012.55.orig/options.h dropbear-2012.55/options.h
--- dropbear-2012.55.orig/options.h 2012-02-23 07:47:06.000000000 -0600
+++ dropbear-2012.55/options.h 2012-04-07 15:09:15.676322495 -0500
@@ -180,7 +180,7 @@
* 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) */
-/* #define ALLOW_BLANK_PASSWORD */
+#define ALLOW_BLANK_PASSWORD
#define ENABLE_CLI_PASSWORD_AUTH
#define ENABLE_CLI_PUBKEY_AUTH