]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix another plugin example in host_config
authorGreg Hudson <ghudson@mit.edu>
Mon, 25 Jun 2012 19:50:25 +0000 (15:50 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 25 Jun 2012 19:50:25 +0000 (15:50 -0400)
doc/rst_source/krb_admins/host_config.rst

index 706242c66375f56ad3ebc149868315b9baef18d4..2adc70259672e2a8ee44e0bb8e477cd8474c963a 100644 (file)
@@ -54,7 +54,7 @@ module you have registered, and no other mechanism, you could write::
 
     [plugins]
         pwqual = {
-            module = /path/to/mymodule.so
+            module = mymodule:/path/to/mymodule.so
             enable_only = mymodule
         }