From: Todd C. Miller Date: Mon, 8 Jul 1996 19:33:29 +0000 (+0000) Subject: AFS allows long passwords X-Git-Tag: SUDO_1_5_0~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e518e10e02c1e4cdeb0961aa952d791fd2c11cf2;p=sudo AFS allows long passwords --- diff --git a/compat.h b/compat.h index 0b2edc92d..6f9bd2734 100644 --- a/compat.h +++ b/compat.h @@ -89,7 +89,7 @@ * For alternate password schemes we need longer passwords. * This is a bit, ummm, gross but necesary. */ -#if defined(HAVE_KERB4) || defined(HAVE_DCE) || defined(HAVE_SKEY) +#if defined(HAVE_KERB4) || defined(HAVE_AFS) || defined(HAVE_DCE) || defined(HAVE_SKEY) # undef _PASSWD_LEN # define _PASSWD_LEN 256 #else