Hi,
I'm trying to install ejabberd on Ubuntu Server Feisty Fawn with MySQL Athentification. With "internal", everything works fine. Wenn I exchange
{auth_method, internal}.
with
{auth_method, odbc}.
{odbc_server, {mysql, "127.0.0.1", "ejabberd", "ejabberd", "-pw-"}}.
(mysql.beam etc. are compiled from svn and moved to /usr/lib/erlang/lib/ejabberd-1.1.1/ebin/)
I can't register. The DB-informations are tested and ok. There ist nothing in the log-files, only an entry about the client connecting.
Where can I look for errors? I feel totally blind.