diff options
| author | Greg Hudson <ghudson@mit.edu> | 2012-06-25 15:50:25 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-06-25 15:50:25 -0400 |
| commit | d75859d26f2a8958ee6db376aa19c04e60fbcce6 (patch) | |
| tree | 6fb64e36620ca0b90432f3f7d04298b0549d0e75 /doc/rst_source | |
| parent | 0f976348054ca2f51187fe083a8c4668841f0b6d (diff) | |
| download | krb5-d75859d26f2a8958ee6db376aa19c04e60fbcce6.tar.gz krb5-d75859d26f2a8958ee6db376aa19c04e60fbcce6.tar.xz krb5-d75859d26f2a8958ee6db376aa19c04e60fbcce6.zip | |
Fix another plugin example in host_config
Diffstat (limited to 'doc/rst_source')
| -rw-r--r-- | doc/rst_source/krb_admins/host_config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
