comparison sysoptions.h @ 925:bae0b34bc059 pam

Better PAM through recursion
author Matt Johnston <matt@ucc.asn.au>
date Wed, 12 Mar 2014 23:40:02 +0800
parents 2351b2da8e0d
children 73ea0dce9a57
comparison
equal deleted inserted replaced
923:25b7ed9fe854 925:bae0b34bc059
217 217
218 /* Changing this is inadvisable, it appears to have problems 218 /* Changing this is inadvisable, it appears to have problems
219 * with flushing compressed data */ 219 * with flushing compressed data */
220 #define DROPBEAR_ZLIB_MEM_LEVEL 8 220 #define DROPBEAR_ZLIB_MEM_LEVEL 8
221 221
222 #if defined(ENABLE_SVR_PASSWORD_AUTH) && defined(ENABLE_SVR_PAM_AUTH) 222 #define PAM_MAX_INFORMATION_SIZE 2000
223 #error "You can't turn on PASSWORD and PAM auth both at once. Fix it in options.h"
224 #endif
225 223
226 /* We use dropbear_client and dropbear_server as shortcuts to avoid redundant 224 /* We use dropbear_client and dropbear_server as shortcuts to avoid redundant
227 * code, if we're just compiling as client or server */ 225 * code, if we're just compiling as client or server */
228 #if defined(DROPBEAR_SERVER) && defined(DROPBEAR_CLIENT) 226 #if defined(DROPBEAR_SERVER) && defined(DROPBEAR_CLIENT)
229 227