aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2018-05-16 11:02:20 -0700
committerGreg Hudson <ghudson@mit.edu>2018-06-12 13:11:24 -0400
commitbae5aae9a6e937e4eaa995e6a0d68b398199d841 (patch)
treeef855b1bfc94d29b96d2b6924d6f3c760d7ecb39 /doc
parent63246cf3513a0e8bdfc734db985af14c8c5170c5 (diff)
downloadkrb5-bae5aae9a6e937e4eaa995e6a0d68b398199d841.zip
krb5-bae5aae9a6e937e4eaa995e6a0d68b398199d841.tar.gz
krb5-bae5aae9a6e937e4eaa995e6a0d68b398199d841.tar.bz2
Make plugin auto-registration work on Windows
Make plugin_base_dir subject to parameter expansion, and set its default to %{LIBDIR}\plugins on Windows (%{LIBDIR} expands to the directory where the krb5 DLL lives). For auto-registered modules, assume that we will build 32-bit and 64-bit DLLs and name them "modname32.dll" and "modname64.dll". In k5_plugin_register_dyn(), use k5_path_join() instead of assuming the path separator is "/". ticket: 8685 (new)
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/conf_files/krb5_conf.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/admin/conf_files/krb5_conf.rst b/doc/admin/conf_files/krb5_conf.rst
index ce54549..3d44c56 100644
--- a/doc/admin/conf_files/krb5_conf.rst
+++ b/doc/admin/conf_files/krb5_conf.rst
@@ -328,7 +328,8 @@ The libdefaults section may contain any of the following relations:
**plugin_base_dir**
If set, determines the base directory where krb5 plugins are
located. The default value is the ``krb5/plugins`` subdirectory
- of the krb5 library directory.
+ of the krb5 library directory. This relation is subject to
+ parameter expansion (see below) in release 1.17 and later.
**preferred_preauth_types**
This allows you to set the preferred preauthentication types which