]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Change example module name in host_config.rst
authorGreg Hudson <ghudson@mit.edu>
Tue, 27 May 2014 17:01:49 +0000 (13:01 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sun, 1 Jun 2014 04:34:34 +0000 (00:34 -0400)
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

doc/admin/host_config.rst

index 2ac12adbe8ce617143426c8ed52f64e522621078..4bea576ac04670b6bae22c1dc638bd9412421bf5 100644 (file)
@@ -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