Skip to content

Commit

Permalink
Change example module name in host_config.rst
Browse files Browse the repository at this point in the history
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
  • Loading branch information
greghudson committed Jun 1, 2014
1 parent 390f3e8 commit 26a43af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/admin/host_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26a43af

Please sign in to comment.