original FILE ccache type; this will get set to ccapi if the
krbcc32.dll can be found.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11334
dc483132-0cff-0310-8789-
dd5450dbe970
+1999-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * ccdefops.c: Change the default ccache type under windows to be
+ original FILE ccache type; this will get set to ccapi if
+ the krbcc32.dll can be found.
+
Mon Feb 8 21:53:37 1999 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.in: Enable the ccapi directory for windows builds.
#include "k5-int.h"
-#if defined(macintosh) || defined(_MSDOS) || defined(_WIN32)
+#if defined(macintosh)
-/* Macs and PCs use the shared, memory based credentials cache */
+/*
+ * Macs use the shared, memory based credentials cache
+ * Windows may also use the ccapi cache, but only if the Krbcc32.dll
+ * can be found; otherwise it falls back to using the old
+ * file-based ccache.
+ */
#include "stdcc.h" /* from ccapi subdir */
krb5_cc_ops *krb5_cc_dfl_ops = &krb5_cc_stdcc_ops;