krb5: windows sysplugin_dirs

Do not look for plugin DLLs in either

  $ORIGIN/../lib/plugin/krb5
  $ORIGIN/../lib

Only look for plugin DLLs in $ORIGIN

Change-Id: I432cd81720b172e7451601b56ea7bba3c03d7d47
This commit is contained in:
Jeffrey Altman
2013-09-10 21:10:47 -04:00
parent 64e8cc04c7
commit a472904a64

View File

@@ -348,9 +348,10 @@ kt_ops_copy(krb5_context context, const krb5_context src_context)
}
static const char *sysplugin_dirs[] = {
"$ORIGIN/../lib/plugin/krb5",
#ifdef _WIN32
"$ORIGIN/../lib",
"$ORIGIN",
#else
"$ORIGIN/../lib/plugin/krb5",
#endif
#ifdef __APPLE__
LIBDIR "/plugin/krb5",