Hi Bunjes,

your baseDN in your GNUstepDefaults looks different than from your
ldapsearch string.

GNUstepDefaults: dc=neurologie.uni-tuebingen.de,dc=local
ldapsearch string: ou=HIH,dc=neurologie.uni-tuebingen.de,dc=local

Maybe there lays the problem?

Please run some more manuel ldap searches, using different baseDNs with
the goal to output every (or a group of) authorized sogo users - and
just those.


Bye

Am 07.03.2012 14:55, schrieb Bunjes Friedemann:
> Hi,
> 
> sogo seems not to be able to bind to our LDAP server:
> 
> .GNUstepDefaults:
> 
>         <key>SOGoUserSources</key>
>         <array>
>             <dict>
>                 <key>CNFieldName</key>
>                 <string>cn</string>
>                 <key>IDFieldName</key>
>                 <string>uid</string>
>                 <key>UIDFieldName</key>
>                 <string>uid</string>
>                 <key>baseDN</key>
>                 <string>dc=neurologie.uni-tuebingen.de,dc=local</string>
>                 <key>bindDN</key>
>                 
> <string>uid=sogo,ou=Users,ou=EDV,ou=HIH,dc=neurologie.uni-tuebingen.de,dc=local</string>
>                 <key>bindPassword</key>
>                 <string>***********</string>
>                 <key>canAuthenticate</key>
>                 <string>YES</string>
>                 <key>displayName</key>
>                 <string>Addresses</string>
>                 <key>hostname</key>
>                 <string>localhost</string>
>                 <key>id</key>
>                 <string>public</string>
>                 <key>isAddressBook</key>
>                 <string>YES</string>
>                 <key>port</key>
>                 <string>389</string>
>                 <key>scope</key>
>                 <string>SUB</string>
> 
> 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?
> 
> Best,
> 
> Friedemann
> 
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to