comparison options.h @ 177:2098857ab826 DROPBEAR_0.45

* fix comment style in options.h * bump debian version
author Matt Johnston <matt@ucc.asn.au>
date Mon, 07 Mar 2005 04:25:43 +0000
parents bc69564ef57b
children 0d56e4b80dfb
comparison
equal deleted inserted replaced
176:bc69564ef57b 177:2098857ab826
116 * It's useful for systems like OS X where standard password crypts don't work, 116 * It's useful for systems like OS X where standard password crypts don't work,
117 * but there's an interface via a PAM module - don't bother using it otherwise. 117 * but there's an interface via a PAM module - don't bother using it otherwise.
118 * You can't enable both PASSWORD and PAM. */ 118 * You can't enable both PASSWORD and PAM. */
119 119
120 #define ENABLE_SVR_PASSWORD_AUTH 120 #define ENABLE_SVR_PASSWORD_AUTH
121 //#define ENABLE_SVR_PAM_AUTH 121 /*#define ENABLE_SVR_PAM_AUTH*/
122 #define ENABLE_SVR_PUBKEY_AUTH 122 #define ENABLE_SVR_PUBKEY_AUTH
123 123
124 #define ENABLE_CLI_PASSWORD_AUTH 124 #define ENABLE_CLI_PASSWORD_AUTH
125 #define ENABLE_CLI_PUBKEY_AUTH 125 #define ENABLE_CLI_PUBKEY_AUTH
126 126