diff --git a/options.h b/options.h
index 533d71e779bd838c298ee3361b87e5d607632951..c6b727f8f0afd1d703927ce8927bfd68bba168a8 100644
--- a/options.h
+++ b/options.h
@@ -121,8 +121,8 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
  * configure with --enable-pam as well, since it's off by default. And you
  * should only enable either PASSWORD _or_ PAM auth, not both. */
 
-/*#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