2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

added KERBEROS support (long passwords)

This commit is contained in:
Todd C. Miller
1995-06-06 03:43:39 +00:00
parent 2e1a47e330
commit bb62e6b4cb

View File

@@ -59,6 +59,10 @@
#include "pathnames.h"
#include "compat.h"
#ifdef HAVE_KERBEROS
#undef _PASSWD_LEN
#define _PASSWD_LEN 128
#else
#ifndef _PASSWD_LEN
#ifdef HAVE_C2_SECURITY
#define _PASSWD_LEN 24
@@ -66,6 +70,7 @@
#define _PASSWD_LEN 8
#endif /* HAVE_C2_SECURITY */
#endif /* _PASSWD_LEN */
#endif /* HAVE_KERBEROS */
/******************************************************************