From e518e10e02c1e4cdeb0961aa952d791fd2c11cf2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 8 Jul 1996 19:33:29 +0000 Subject: [PATCH] AFS allows long passwords --- compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0