comparison options.h @ 126:4562a2f4d690

Oops, PAM was on by default in options.h
author Matt Johnston <matt@ucc.asn.au>
date Tue, 14 Sep 2004 13:47:10 +0000
parents 8c08fd2b7f5b
children ed9ca2a9705c
comparison
equal deleted inserted replaced
124:8c08fd2b7f5b 126:4562a2f4d690
119 * Basically, it's useful for systems like OS X where standard password crypts 119 * Basically, it's useful for systems like OS X where standard password crypts
120 * don't work, but there's and interface via a PAM module. You'll need to 120 * don't work, but there's and interface via a PAM module. You'll need to
121 * configure with --enable-pam as well, since it's off by default. And you 121 * configure with --enable-pam as well, since it's off by default. And you
122 * should only enable either PASSWORD _or_ PAM auth, not both. */ 122 * should only enable either PASSWORD _or_ PAM auth, not both. */
123 123
124 /*#define ENABLE_SVR_PASSWORD_AUTH*/ 124 #define ENABLE_SVR_PASSWORD_AUTH
125 #define ENABLE_SVR_PAM_AUTH 125 /*#define ENABLE_SVR_PAM_AUTH*/
126 #define ENABLE_SVR_PUBKEY_AUTH 126 #define ENABLE_SVR_PUBKEY_AUTH
127 127
128 #define ENABLE_CLI_PASSWORD_AUTH 128 #define ENABLE_CLI_PASSWORD_AUTH
129 #define ENABLE_CLI_PUBKEY_AUTH 129 #define ENABLE_CLI_PUBKEY_AUTH
130 130