aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-06-17 13:44:26 +0000
committerGreg Hudson <ghudson@mit.edu>2011-06-17 13:44:26 +0000
commit6d2780e121d8305c3acf43c56730884396990854 (patch)
treee66211bef53665e5ac1f93bc3b820a06f6b77b86 /src/config-files
parent4b778bc6d6e8db0c1145da0aa618289ab1812d37 (diff)
downloadkrb5-6d2780e121d8305c3acf43c56730884396990854.zip
krb5-6d2780e121d8305c3acf43c56730884396990854.tar.gz
krb5-6d2780e121d8305c3acf43c56730884396990854.tar.bz2
Add k5_plugin_register_dyn internal API
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24969 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/krb5.conf.M8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M
index b04d6ef..33f3d92 100644
--- a/src/config-files/krb5.conf.M
+++ b/src/config-files/krb5.conf.M
@@ -284,6 +284,11 @@ true. Setting this flag to false is more secure, but may force
users to exclusively use fully qualified domain names when
authenticating to services.
+.IP 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.
+
.SH APPDEFAULTS SECTION
Each tag in the [appdefaults] section names a Kerberos V5 application
@@ -732,8 +737,7 @@ This tag may have multiple values. Each value is a string of the form
"modulename:pathname", which causes the shared object located at
pathname to be registered as a dynamic module named modulename for the
pluggable interface. If pathname is not an absolute path, it will be
-treated as relative to the "krb5/plugins" subdirectory of the krb5
-library directory.
+treated as relative to the plugin base directory.
.IP enable_only
This tag may have multiple values. If there are values for this tag,