From 9c870f966a747fc04c69f5203261ee8b936fabd5 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 16 Apr 2004 22:47:55 +1000 Subject: - (djm) [auth-krb5.c auth.h session.c] Explicitly refer to Kerberos ccache file using FILE: method, fixes problems on Mac OSX. Patch from simon@sxw.org.uk; ok dtucker@ --- session.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'session.c') diff --git a/session.c b/session.c index c35d077aa..55db2ffd2 100644 --- a/session.c +++ b/session.c @@ -1093,9 +1093,9 @@ do_setup_env(Session *s, const char *shell) } #endif #ifdef KRB5 - if (s->authctxt->krb5_ticket_file) + if (s->authctxt->krb5_ccname) child_set_env(&env, &envsize, "KRB5CCNAME", - s->authctxt->krb5_ticket_file); + s->authctxt->krb5_ccname); #endif #ifdef USE_PAM /* -- cgit v1.2.3