From: Greg Hudson Date: Mon, 25 Jun 2012 19:50:25 +0000 (-0400) Subject: Fix another plugin example in host_config X-Git-Tag: krb5-1.11-alpha1~484 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75859d26f2a8958ee6db376aa19c04e60fbcce6;p=thirdparty%2Fkrb5.git Fix another plugin example in host_config --- diff --git a/doc/rst_source/krb_admins/host_config.rst b/doc/rst_source/krb_admins/host_config.rst index 706242c663..2adc702596 100644 --- a/doc/rst_source/krb_admins/host_config.rst +++ b/doc/rst_source/krb_admins/host_config.rst @@ -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 }