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:
@@ -348,9 +348,10 @@ kt_ops_copy(krb5_context context, const krb5_context src_context)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const char *sysplugin_dirs[] = {
|
static const char *sysplugin_dirs[] = {
|
||||||
"$ORIGIN/../lib/plugin/krb5",
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
"$ORIGIN/../lib",
|
"$ORIGIN",
|
||||||
|
#else
|
||||||
|
"$ORIGIN/../lib/plugin/krb5",
|
||||||
#endif
|
#endif
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
LIBDIR "/plugin/krb5",
|
LIBDIR "/plugin/krb5",
|
||||||
|
Reference in New Issue
Block a user