]> andersk Git - openssh.git/commitdiff
- (dtucker) [session.c] Enable AFS support in conjunction with KRB5 not
authordtucker <dtucker>
Thu, 22 Jan 2004 01:48:26 +0000 (01:48 +0000)
committerdtucker <dtucker>
Thu, 22 Jan 2004 01:48:26 +0000 (01:48 +0000)
   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
session.c

index 1697b3d99bf73ce42b658f99314d454c17a47b52..cd9e0f9c1c46b753d6add54b3b82c016ace9df9b 100644 (file)
--- 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
index 82e1996af192cdaf0ff4900ab3d8ac00d08cda1d..6a1cb78418e3b0ff3f55f0c4160207ec072c0a08 100644 (file)
--- 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
This page took 0.313895 seconds and 5 git commands to generate.