summaryrefslogtreecommitdiff
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 de2222aaa..3a7d222ef 100644
--- a/auth.h
+++ b/auth.h
@@ -66,6 +66,7 @@ struct Authctxt {
66 krb5_ccache krb5_fwd_ccache; 66 krb5_ccache krb5_fwd_ccache;
67 krb5_principal krb5_user; 67 krb5_principal krb5_user;
68 char *krb5_ticket_file; 68 char *krb5_ticket_file;
69 char *krb5_ccname;
69#endif 70#endif
70 void *methoddata; 71 void *methoddata;
71}; 72};