LDAP and dovecot

Philipp e1c1bac6253dc54a1e89ddc046585792 at posteo.net
Fri Sep 19 05:01:26 UTC 2014


Am 18.09.2014 22:06 schrieb dovecot at outputservices.com:
> /dovecot/etc/dovecot/tests/ldap.settings
> hosts = ldap.outputservices.com
> tls = no
> ldap_version = 3
> base = dc=ldap,dc=outputservices,dc=com
> -------------------------------------------

This will likely also need later on:
scope = subtree #since ou=People subtree used
user_filter = (uid=%Ln)

> 2014-09-18 09:44:33 auth: Fatal: LDAP: Buggy LDAP library returned 
> wrong fd: 1

That's the current problem, might happen that dovecot dynamically 
doesnt load
the installed openldap libraries - or from a wrong ELFCLASS (32/64).
Check with file(1) and ldd(1) on the dovecot binary, linked libraries 
and adjust library
loadpaths with crle(1) (note differences for 32/64bit).

HTH,
Philipp


More information about the dovecot mailing list