# HG changeset patch # User Matt Johnston # Date 1155141950 0 # Node ID 1085ceab122d80a8f3c52c00d17b52dde20be2c0 # Parent c61bd8f9e32dfdde1468d5ab73c5981d6c6d9757 blah, forgot PAM options.h diff -r c61bd8f9e32d -r 1085ceab122d options.h --- a/options.h Wed Aug 09 16:45:05 2006 +0000 +++ b/options.h Wed Aug 09 16:45:50 2006 +0000 @@ -127,8 +127,8 @@ * 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