ejabberd - Comments for "More than one external auth script" https://www.ejabberd.im/forum/25054/more-one-external-auth-script en Thanks! It works https://www.ejabberd.im/forum/25054/more-one-external-auth-script#comment-66018 <p>Thanks! It works</p> Thu, 20 Aug 2015 07:33:38 +0000 abdulafaja comment 66018 at https://www.ejabberd.im Try something like https://www.ejabberd.im/forum/25054/more-one-external-auth-script#comment-66017 <p>Try something like this:</p> <pre> hosts: - "localhost" - "capulet.com" auth_method: external host_config: "localhost": extauth_program: "/ejabberd/check_pass_null_localhost.pl" "capulet.com": extauth_program: "/ejabberd/check_pass_null_capulet.pl" </pre> Wed, 19 Aug 2015 21:35:12 +0000 badlop comment 66017 at https://www.ejabberd.im