From 787742ebf4e2527fa7cd71eb76e8917d66d633f4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 21 Nov 1995 02:25:40 +0000 Subject: [PATCH] added dce support --- compat.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compat.h b/compat.h index f7deb341e..ae3d5d003 100644 --- a/compat.h +++ b/compat.h @@ -91,6 +91,10 @@ # undef _PASSWD_LEN # define _PASSWD_LEN 128 #endif /* HAVE_KERB4 */ +#ifdef HAVE_DCE +# undef _PASSWD_LEN +# define _PASSWD_LEN 256 +#endif /* HAVE_DCE */ /* * Some OS's lack these -- 2.40.0