xmpp - Ejabberd External Authentication : extauth script has exitted abruptly with reason 'normal' -
i'm trying enable external authentication in ejabberd installation. keep receiving following error message.
extauth script has exitted abruptly reason 'normal'
my ejabberd version 2.1.13.
tried following configurations,
1.{auth_method, external}.
{extauth_program,"php /tmp/test.php"}.
2.{auth_method, external}.
{extauth_program,"/tmp/test.php"}.
3 {auth_method, external}.
%%{extauth_program,"/tmp/test.php"}.
all above configuration returns same error.
what test.php script?, sure working?. maybe terminating error says. auth script supposed not terminate, keep running reading stdin. there example use guide here https://github.com/processone/ejabberd/blob/master/examples/extauth/check_pass_null.pl
Comments
Post a Comment