summaryrefslogtreecommitdiffstats
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-04-16 14:47:55 +0200
committerDamien Miller <djm@mindrot.org>2004-04-16 14:47:55 +0200
commit9c870f966a747fc04c69f5203261ee8b936fabd5 (patch)
treec64202484b280a04e5106d208ff20fd0133cb7b1 /auth.h
parent - (dtucker) [regress/sftp-cmds.sh] Skip quoting test on Cygwin, since (diff)
downloadopenssh-9c870f966a747fc04c69f5203261ee8b936fabd5.tar.xz
openssh-9c870f966a747fc04c69f5203261ee8b936fabd5.zip
- (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 {
krb5_ccache krb5_fwd_ccache;
krb5_principal krb5_user;
char *krb5_ticket_file;
+ char *krb5_ccname;
#endif
void *methoddata;
};