diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-10-01 16:35:13 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-10-01 16:35:13 +0000 |
commit | 7e04c5e277665105cc9fe85bacb8f8e211722f02 (patch) | |
tree | 18fa29bb5123bad66c32875942c44a10bd41b5c9 /options.h | |
parent | 33a182674a8c8735c17e627984bf49562aeb1370 (diff) |
just shuffle some variables names about, a brief comment
about the "bad writefd" problem
--HG--
branch : channel-fix
extra : convert_revision : f0b407c3d3e047ed83174e6f4ebd85a19352df5b
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -127,8 +127,8 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */ * 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 |