- (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.
This commit is contained in:
Darren Tucker 2004-01-22 12:48:26 +11:00
parent 1d3ca58705
commit 7fe8b72771
2 changed files with 4 additions and 2 deletions

View File

@ -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
@ -1705,4 +1707,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3178 2004/01/22 01:05:34 dtucker Exp $
$Id: ChangeLog,v 1.3179 2004/01/22 01:48:26 dtucker Exp $

View File

@ -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