Re: [SOGo] SOGoUserSources type mysql again

2011-09-14 Thread Marc Rechté
Hello, 1) Have you tried to check the mysql log for any related message ? 2) Can you connect to my sql, using tcp/ip, with the same account ? 3) May be you can try plain password first Regards Le 14/09/2011 00:21, Christoph a écrit : Hi, we are using SOGo in a couple of environments and are

Re: [SOGo] SOGoUserSources type mysql again

2011-09-14 Thread Christoph
Hello! 1) Yes, I did and the mysql-log looks fine. Everytime I try to log into SOGo I see the query I expected: 110913 23:09:4150 Query SELECT c_password FROM sogo_view WHERE c_uid = 'christ...@example.org' 2) Yes: root:/var/log/mysql# su - sogo sogo:~$ mysql --protocol tcp -usogo -p

Re: [SOGo] SOGoUserSources type mysql again

2011-09-14 Thread Moussa NOMBRÉ
You can set the parameter MySQL4DebugEnabled to YES. You'll see all mysql transaction in your sogo.log. NM le 2011-09-14 05:58, Christoph a écrit : Hello! 1) Yes, I did and the mysql-log looks fine. Everytime I try to log into SOGo I see the query I expected: 110913 23:09:4150 Query

[SOGo] SOGoUserSources type mysql again

2011-09-13 Thread Christoph
Hi, we are using SOGo in a couple of environments and are very happy with it. Thanks for the great work to the developers! Now it's the first time that I need to authenticate against a mysql database instead of ldap. I read everything I could find, but I'm not able to get it to work. Everytime I