Mercurial > dropbear
comparison options.h @ 568:005530560594
Rearrange getaddrstring() etc
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 01 Sep 2009 16:38:26 +0000 |
parents | b321aeb57c64 |
children | d3ea8b9672f0 |
comparison
equal
deleted
inserted
replaced
567:893a9dd0b9dd | 568:005530560594 |
---|---|
165 * a simple "Login: " "Password: " (you can edit the strings in svr-authpam.c). | 165 * a simple "Login: " "Password: " (you can edit the strings in svr-authpam.c). |
166 * It's useful for systems like OS X where standard password crypts don't work, | 166 * It's useful for systems like OS X where standard password crypts don't work, |
167 * but there's an interface via a PAM module - don't bother using it otherwise. | 167 * but there's an interface via a PAM module - don't bother using it otherwise. |
168 * You can't enable both PASSWORD and PAM. */ | 168 * You can't enable both PASSWORD and PAM. */ |
169 | 169 |
170 #define ENABLE_SVR_PASSWORD_AUTH | 170 /*#define ENABLE_SVR_PASSWORD_AUTH*/ |
171 /* PAM requires ./configure --enable-pam */ | 171 /* PAM requires ./configure --enable-pam */ |
172 /*#define ENABLE_SVR_PAM_AUTH*/ | 172 #define ENABLE_SVR_PAM_AUTH |
173 #define ENABLE_SVR_PUBKEY_AUTH | 173 #define ENABLE_SVR_PUBKEY_AUTH |
174 | 174 |
175 /* Whether to take public key options in | 175 /* Whether to take public key options in |
176 * authorized_keys file into account */ | 176 * authorized_keys file into account */ |
177 #ifdef ENABLE_SVR_PUBKEY_AUTH | 177 #ifdef ENABLE_SVR_PUBKEY_AUTH |