mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Use python3 to run extauth.py for tests
This commit is contained in:
parent
aeed1679d8
commit
d4ab4d16e8
@ -64,7 +64,7 @@
|
|||||||
{host_config, "localhost", [{auth_method, internal}]}.
|
{host_config, "localhost", [{auth_method, internal}]}.
|
||||||
{host_config, "extauth.localhost",
|
{host_config, "extauth.localhost",
|
||||||
[{auth_method, external},
|
[{auth_method, external},
|
||||||
{extauth_program, "python extauth.py"}]}.
|
{extauth_program, "python3 extauth.py"}]}.
|
||||||
{host_config, "mnesia.localhost",
|
{host_config, "mnesia.localhost",
|
||||||
[{auth_method, internal},
|
[{auth_method, internal},
|
||||||
{{add, modules}, [{mod_announce, [{db_type, internal}]},
|
{{add, modules}, [{mod_announce, [{db_type, internal}]},
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
define_macro:
|
define_macro:
|
||||||
EXTAUTH_CONFIG:
|
EXTAUTH_CONFIG:
|
||||||
queue_type: ram
|
queue_type: ram
|
||||||
extauth_program: "python extauth.py"
|
extauth_program: "python3 extauth.py"
|
||||||
auth_method: external
|
auth_method: external
|
||||||
|
Loading…
Reference in New Issue
Block a user