# HG changeset patch # User MWild1 # Date 1278495541 0 # Node ID 9945dcf3e49e568693ba354d533dc6a645e2aee9 # Parent fa70933bee115896cc69b40f1cdd54ceefd3c237 Added note about authentication = "external" to activate the plugin. diff -r fa70933bee11 -r 9945dcf3e49e mod_auth_external.wiki --- 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.||