The unified diff between revisions [ccb73654..] and [0b165aad..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "options.h"
#  from [358ba26c143e36614a8d6ba03f0341353fac67b7]
#    to [10152af5a379c218c06e1be2cc6000c0f036ee8a]
#
============================================================
--- options.h	358ba26c143e36614a8d6ba03f0341353fac67b7
+++ options.h	10152af5a379c218c06e1be2cc6000c0f036ee8a
@@ -127,8 +127,8 @@ etc) slower (perhaps by 50%). Recommende
  * but there's an interface via a PAM module - don't bother using it otherwise.
  * You can't enable both PASSWORD and PAM. */

-/*#define ENABLE_SVR_PASSWORD_AUTH*/
-#define ENABLE_SVR_PAM_AUTH
+#define ENABLE_SVR_PASSWORD_AUTH
+/*#define ENABLE_SVR_PAM_AUTH*/
 #define ENABLE_SVR_PUBKEY_AUTH

 #define ENABLE_CLI_PASSWORD_AUTH