From d75859d26f2a8958ee6db376aa19c04e60fbcce6 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 25 Jun 2012 15:50:25 -0400 Subject: [PATCH] Fix another plugin example in host_config --- doc/rst_source/krb_admins/host_config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.47.2