]> granicus.if.org Git - sudo/commitdiff
AFS allows long passwords
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 8 Jul 1996 19:33:29 +0000 (19:33 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 8 Jul 1996 19:33:29 +0000 (19:33 +0000)
compat.h

index 0b2edc92d87f8d9866542efba680245ad9f120f6..6f9bd27344975aab4a7a8d1587b8c637f57689bd 100644 (file)
--- 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