Added support for ejabberd web interface

This commit is contained in:
Ossi Salmi 2011-07-06 16:42:45 +03:00 committed by Timo Mkinen
parent 4855c4111e
commit e98a929347
4 changed files with 40 additions and 1 deletions

View file

@ -249,7 +249,7 @@ override_acls.
%% If you want to use a different method,
%% comment this line and enable the correct ones.
%%
<% if ejabberd_extauth -%>
<% if has_variable?("ejabberd_extauth") -%>
{auth_method, external}.
{extauth_program, "<%= ejabberd_extauth %>"}.
<% else -%>