]> granicus.if.org Git - sudo/commitdiff
added KERBEROS support (long passwords)
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 6 Jun 1995 03:43:39 +0000 (03:43 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 6 Jun 1995 03:43:39 +0000 (03:43 +0000)
tgetpass.c

index 3a1e1365a07b7a2123bc466822596c0d0781fe81..741ecd709872d02ce1b259109bad74f068c47b36 100644 (file)
 #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 */
 
 
 /******************************************************************