ejabberd - Comments for "problem with external auth C# mono program" https://www.ejabberd.im/node/3241 en Check option is correctly set. Also try override_* https://www.ejabberd.im/node/3241#comment-53663 <p>In ejabberd.cfg you must put something like this:</p> <pre>{auth_method, external}. {extauth_program, "/home/bigbad/Desktop/Auth/ExternalAuthFake.exe"}.</pre><p> If you already have this, maybe the problem is that you earlier put the option in a wrong way, and it got stored in the database. To ensure old options are removed before reading the new ejabberd.cfg when ejabberd is starting: in the beginning of ejabberd.cfg put those lines:</p> <pre>override_global. override_local. override_acls.</pre><p>Then restart ejabberd.</p> Thu, 16 Oct 2008 20:54:58 +0000 mfoss comment 53663 at https://www.ejabberd.im