[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
openssh-3.6.1p2-gssapi-20030430.diff: krb5-less heimdal build problem
thanks very much for this patch
and, FWIW, . . .
i built my heimdal without krb4 support, so i had no <krb.h>, so this
proved useful:
--- openssh-3.6.1p2/servconf.c.orig Wed May 14 15:19:18 2003
+++ openssh-3.6.1p2/servconf.c Wed May 14 15:20:33 2003
@@ -17,7 +17,6 @@
#endif
#if defined(KRB5)
#ifdef HEIMDAL
-#include <krb.h>
#else
/* Bodge - but then, so is using the kerberos IV KEYFILE to get a Kerberos V
* keytab */
i.e., i don't see where KEYFILE is ever used, so i don't think it harms
anything to not have it defined. (nor would it, conceivably, harm any-
thing to just drop this #if block and its precedent altogether, i sur-
mise)