]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Clarify module names in host_config
authorGreg Hudson <ghudson@mit.edu>
Tue, 26 Jun 2012 16:28:26 +0000 (12:28 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 26 Jun 2012 16:28:26 +0000 (12:28 -0400)
Explicitly state that a module name will usually be the same as the
shared object name, but doesn't have to be.

doc/rst_source/krb_admins/host_config.rst

index 2adc70259672e2a8ee44e0bb8e477cd8474c963a..e5ef06bf1f325e460b177502b64ceacee0f0cb17 100644 (file)
@@ -23,8 +23,11 @@ A plugin module takes the form of a Unix shared object
 installed a third-party plugin module and want to register it, you do
 so using the **module** relation in the appropriate subsection of the
 [plugins] section.  The value for **module** must give the module name
-and the path to the module, separated by a colon.  For example, to
-register a client preauthentication module named ``otp`` installed at
+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::
 
     [plugins]