set _PASSWD_LEN to 256 for any of KERB4, DCE, SKEY

This commit is contained in:
Todd C. Miller
1995-11-24 23:46:33 +00:00
parent 7c1c3bf03b
commit 63a56ec6da

View File

@@ -85,16 +85,12 @@
#endif /* S_IRWXU */ #endif /* S_IRWXU */
/* /*
* For kerberos, max password len is 128 * For alternate password schemes we need longer passwords
*/ */
#ifdef HAVE_KERB4 #if defined(HAVE_KERB4) || defined(HAVE_DCE) || defined(HAVE_SKEY)
# undef _PASSWD_LEN
# define _PASSWD_LEN 128
#endif /* HAVE_KERB4 */
#ifdef HAVE_DCE
# undef _PASSWD_LEN # undef _PASSWD_LEN
# define _PASSWD_LEN 256 # define _PASSWD_LEN 256
#endif /* HAVE_DCE */ #endif /* HAVE_KERB4 || HAVE_DCE || HAVE_SKEY */
/* /*
* Some OS's lack these * Some OS's lack these