From 6704d19a6faffd18f09c3f7cdfb5237e268bdd83 Mon Sep 17 00:00:00 2001 From: dtucker Date: Thu, 22 Jan 2004 01:48:26 +0000 Subject: [PATCH] - (dtucker) [session.c] Enable AFS support in conjunction with KRB5 not just HEIMDAL. Currently this will make no difference, as only Heimdal (which defines KRB5 anyway) has libkafs, however a libkafs that works with MIT may become available. In that case it will be used too. --- ChangeLog | 2 ++ session.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1697b3d9..cd9e0f9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 20040122 - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/ GSSAPI detection, libs and includes. ok djm@ + - (dtucker) [session.c] Enable AFS support in conjunction with KRB5 not + just HEIMDAL. 20040121 - (djm) OpenBSD CVS Sync diff --git a/session.c b/session.c index 82e1996a..6a1cb784 100644 --- a/session.c +++ b/session.c @@ -1419,7 +1419,7 @@ do_child(Session *s, const char *command) */ environ = env; -#if defined(HEIMDAL) && defined(AFS) +#if defined(KRB5) && defined(AFS) /* * At this point, we check to see if AFS is active and if we have * a valid Kerberos 5 TGT. If so, it seems like a good idea to see -- 2.45.2