changeset 140:9945dcf3e49e

Added note about authentication = "external" to activate the plugin.
author MWild1
date Wed, 07 Jul 2010 09:39:01 +0000
parents fa70933bee11
children 9add3ebe92f4
files mod_auth_external.wiki
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_auth_external.wiki	Sat Jul 03 21:22:11 2010 +0000
+++ b/mod_auth_external.wiki	Wed Jul 07 09:39:01 2010 +0000
@@ -1,4 +1,4 @@
-#summary One-sentence summary of this page.
+#summary Authentication via external script/process
 #labels Stage-Alpha
 
 = Introduction =
@@ -7,6 +7,14 @@
 
 = Configuration =
 
+As with all auth modules, there is no need to add this to modules_enabled. Simply add in the global section, or for the relevant hosts:
+
+{{{
+    authentication = "external"
+}}}
+
+These options are specific to mod_auth_external:
+
 ||external_auth_protocol||May be "generic" or "ejabberd" (the latter for compatibility with ejabberd external auth scripts. Default is "generic".||
 ||external_auth_command||The command/script to execute.||