summaryrefslogtreecommitdiffstats
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-04-16 22:47:55 +1000
committerDamien Miller <djm@mindrot.org>2004-04-16 22:47:55 +1000
commit9c870f966a747fc04c69f5203261ee8b936fabd5 (patch)
treec64202484b280a04e5106d208ff20fd0133cb7b1 /auth.h
parentc99a19b44539df51837f125f0607dda9f2876094 (diff)
- (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@
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index de2222aa..3a7d222e 100644
--- a/auth.h
+++ b/auth.h
@@ -66,6 +66,7 @@ struct Authctxt {
krb5_ccache krb5_fwd_ccache;
krb5_principal krb5_user;
char *krb5_ticket_file;
+ char *krb5_ccname;
#endif
void *methoddata;
};