Hi Jeremy Again. Thank you for your suggestions. Maybe someone else knows what to do ?
Regards, Carsten Laun-De Lellis Dipl.-Ing. Elektrotechnik Certified Information Systems Auditor (CISA) Hauptstrasse 13 D-67705 Trippstadt Phone: +49 (6306) 992140 Mobile: +49 (151) 27530865 email: [email protected] > You are welcome Carsten. And, yes, you are right it is strange that > SOGo is looking in that location considering your configuration. That > is something I cannot answer, sorry. > > > On 8-Sep-10, at 10:23 PM, Carsten Laun-De Lellis wrote: > >> Thank you very much for your response Jeremy. >> >> But before i give it a try there are some basics i want to understand. >> >> In the log file i find the following entry: >> 'uid=cdelellis,ou=users,dc=delellis,dc=delellis' might not have >> >> I have no idea why SOGo makes a lookup to dc=delellis,dc=delellis. >> From my >> understanding it has to be dc=delellis,dc=lan, becaus in my >> .GNUstepDefaults the line looks like >> >> <key>CNFieldName</key> >> <string>cn</string> >> <key>IDFieldName</key> >> <string>uid</string> >> <key>IMAPHostFieldName</key> >> <string>mailHost</string> >> <key>UIDFieldName</key> >> <string>uid</string> >> <key>baseDN</key> >> <string>ou=users,dc=delellis,dc=lan</string> >> <key>bindDN</key> >> <string>uid=sogo,ou=users,dc=delellis,dc=lan</string> >> <key>bindPassword</key> >> <string>sogo</string> >> <key>canAuthenticate</key> >> <string>YES</string> >> <key>displayName</key> >> <string><the human identification name of the >> address >> book></string> >> >> >> >> Am i wrong ? >> >> >> >> Mit freundlichem Gruß >> >> Carsten Laun-De Lellis >> Dipl.-Ing. Elektrotechnik >> Certified Information Systems Auditor (CISA) >> >> Hauptstrasse 13 >> D-67705 Trippstadt >> >> Phone: +49 (6306) 992140 >> Mobile: +49 (151) 27530865 >> email: [email protected] >> >> >>> Carsten, >>> >>> Try changing the "ou=users" to ou=Users". I believe it is case >>> sensitive! ;-) >>> >>> Jeremy >>> >>> >>> On 8-Sep-10, at 9:51 PM, Carsten Laun-De Lellis wrote: >>> >>>> Dear all >>>> >>>> After i had luckily managed to access the webinterface with support >>>> from >>>> this list i ran into another problem. >>>> >>>> To be honest i am not a LDAP guru, not an expirienced user at all. >>>> >>>> When i try to log on to the web interface i got an error message. >>>> object not found: SOGo => cdelellis >>>> >>>> When i check the sogo log i got the following error message: >>>> >>>> Sep 08 14:20:59 sogod: SOGo watchdog [15855]: SOGoRootPage Login for >>>> user >>>> 'uid=cdelellis,ou=users,dc=delellis,dc=delellis' might not have >>>> worked - >>>> password policy: 65535 grace: -1 expire: -1 bound: 0 >>>> 127.0.0.1 - - [08/Sep/2010:14:20:59 GMT] "POST /SOGo/connect HTTP/ >>>> 1.1" 403 >>>> 34/101 0.009 - - 0 >>>> 2010-09-08 14:21:10.807 sogod[15855] Scanner initialised with nil >>>> string >>>> Sep 08 14:21:10 sogod: SOGo watchdog [15855]: SOGoRootPage Login for >>>> user >>>> 'uid=cdelellis,ou=users,dc=delellis,dc=delellis' might not have >>>> worked - >>>> password policy: 65535 grace: -1 expire: -1 bound: 0 >>>> 127.0.0.1 - - [08/Sep/2010:14:21:10 GMT] "POST /SOGo/connect HTTP/ >>>> 1.1" 403 >>>> 34/101 0.009 - - 0 >>>> 2010-09-08 14:22:11.107 sogod[15855] Scanner initialised with nil >>>> string >>>> Sep 08 14:22:11 sogod: SOGo watchdog [15855]: SOGoRootPage Login for >>>> user >>>> 'uid=cdelellis,ou=users,dc=delellis,dc=delellis' might not have >>>> worked - >>>> password policy: 65535 grace: -1 expire: -1 bound: 0 >>>> 127.0.0.1 - - [08/Sep/2010:14:22:11 GMT] "POST /SOGo/connect HTTP/ >>>> 1.1" 403 >>>> 34/101 0.008 - - 0 >>>> Sep 08 14:22:21 sogod: SOGo watchdog [15855]: SOGoRootPage >>>> successful >>>> login for user 'cdelellis' - expire = -1 grace = -1 >>>> 2010-09-08 14:22:21.023 sogod[15855] Could not bind to the LDAP >>>> server >>>> localhost (389) using the bind DN: >>>> uid=sogo,ou=users,dc=delellis,dc=lan >>>> 127.0.0.1 - - [08/Sep/2010:14:22:21 GMT] "POST /SOGo/connect HTTP/ >>>> 1.1" 200 >>>> 27/62 0.012 - - 0 >>>> 2010-09-08 14:22:21.033 sogod[15855] Could not bind to the LDAP >>>> server >>>> localhost (389) using the bind DN: >>>> uid=sogo,ou=users,dc=delellis,dc=lan >>>> 2010-09-08 14:22:21.034 sogod[15855] Could not bind to the LDAP >>>> server >>>> localhost (389) using the bind DN: >>>> uid=sogo,ou=users,dc=delellis,dc=lan >>>> 2010-09-08 14:22:21.036 sogod[15855] Could not bind to the LDAP >>>> server >>>> localhost (389) using the bind DN: >>>> uid=sogo,ou=users,dc=delellis,dc=lan >>>> 127.0.0.1 - - [08/Sep/2010:14:22:21 GMT] "GET /SOGo/cdelellis HTTP/ >>>> 1.1" >>>> 404 38/0 0.006 - - 0 >>>> >>>> >>>> But when i run the following command: >>>> ldapsearch -xLLL -b "dc=delellis,dc=lan" uid=cdelellis sn >>>> givenName cn >>>> >>>> i got this result: >>>> dn: uid=cdelellis,ou=users,dc=delellis,dc=lan >>>> cn: Carsten Laun-De Lellis >>>> sn: Laun-De Lellis >>>> givenName: Carsten >>>> >>>> >>>> And when i ran >>>> ldapsearch -xLLL -b "dc=delellis,dc=lan" uid=sogo sn givenName cn >>>> >>>> i got: >>>> dn: uid=sogo,ou=users,dc=delellis,dc=lan >>>> cn: SOGo Administrator >>>> sn: Administrator >>>> givenName: SOGo >>>> >>>> So has anyone an idea where to look at. >>>> >>>> I would appreciate any help and hints. >>>> >>>> >>>> Mit freundlichem Gruß >>>> >>>> Carsten Laun-De Lellis >>>> Dipl.-Ing. Elektrotechnik >>>> Certified Information Systems Auditor (CISA) >>>> >>>> Hauptstrasse 13 >>>> D-67705 Trippstadt >>>> >>>> Phone: +49 (6306) 992140 >>>> Mobile: +49 (151) 27530865 >>>> email: [email protected] >>>> >>>> >>>> >>>> >>>> -- >>>> [email protected] >>>> https://inverse.ca/sogo/lists >>> >>> >> >> >> -- >> [email protected] >> https://inverse.ca/sogo/lists > >
-- [email protected] https://inverse.ca/sogo/lists
