On Wednesday 07 Mar 2012 13:55:24 Bunjes Friedemann wrote: > sogo seems not to be able to bind to our LDAP server: > [...] > sogo.log: > > Mar 06 09:58:47 sogod [4778]: SOGoRootPage Login for user 'fbunjes' might > not have worked - password policy: 65535 grace: -1 expire: -1 bound: 0 > localhost - - [06/Mar/2012:09:58:47 GMT] "POST /SOGo/connect HTTP/1.1" 403 > 34/42 0.025 - - 2M > > Commandline ldapsearch using user sogo is working: > > ldapsearch -h localhost -b "ou=HIH,dc=neurologie.uni-tuebingen.de,dc=local" > -D > "uid=sogo,ou=Users,ou=EDV,ou=HIH,dc=neurologie.uni-tuebingen.de,dc=local" > -W objectclass=person > > How can we further debug this? Any way to make the log more verbose?
I found the best way to debug these sorts of issues is to set the LDAP server to log the queries, so you can see exactly what the difference is between successful and unsuccessful transactions. If, like me, you are using OpenLDAP, I find that running with olcLogLevel: stats usually gives me sufficient clues. -- Jim Hague - [email protected] Never trust a computer you can't lift. -- [email protected] https://inverse.ca/sogo/lists
