summaryrefslogtreecommitdiffstats
path: root/doc/admin
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2014-05-27 13:01:49 -0400
committerGreg Hudson <ghudson@mit.edu>2014-06-01 00:34:34 -0400
commit26a43afbc214e8d24cf261f245007192eccb7ed5 (patch)
tree4bd34d8322f3f95b961ea2a459063102ace85d63 /doc/admin
parent390f3e84070f888a5409044d5021c6d23a766f2b (diff)
downloadkrb5-26a43afbc214e8d24cf261f245007192eccb7ed5.tar.gz
krb5-26a43afbc214e8d24cf261f245007192eccb7ed5.tar.xz
krb5-26a43afbc214e8d24cf261f245007192eccb7ed5.zip
Change example module name in host_config.rst
Don't use "otp" as the example clpreauth module name in host_config.rst, since we now ship an effectively built-in otp clpreauth module. Instead use "mypreauth". ticket: 7920 (new) target_version: 1.12.2 tags: pullup
Diffstat (limited to 'doc/admin')
-rw-r--r--doc/admin/host_config.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/admin/host_config.rst b/doc/admin/host_config.rst
index 2ac12adbe..4bea576ac 100644
--- a/doc/admin/host_config.rst
+++ b/doc/admin/host_config.rst
@@ -27,12 +27,12 @@ and the path to the module, separated by a colon. The module name
will often be the same as the shared object's name, but in unusual
cases (such as a shared object which implements multiple modules for
the same interface) it might not be. For example, to register a
-client preauthentication module named ``otp`` installed at
-``/path/to/otp.so``, you could write::
+client preauthentication module named ``mypreauth`` installed at
+``/path/to/mypreauth.so``, you could write::
[plugins]
clpreauth = {
- module = otp:/path/to/otp.so
+ module = mypreauth:/path/to/mypreauth.so
}
Many of the pluggable behaviors in MIT krb5 contain built-in modules