[Dovecot] Dovecot deliver with AD LDAP userdb

Timo Sirainen tss at iki.fi
Thu Oct 15 19:28:32 EEST 2009


On Wed, 2009-10-14 at 16:00 -0400, Mark Schaub wrote:
> user_filter = (&(objectclass=person)(|(sAMAccountName=%n)(mail=%n at sau24.org)(otherMailbox=%n at sau24.org)))

My LDAP knowledge isn't that great, but does | accept more than one
parameter? Try changing this to:

user_filter = (&(objectclass=person)(|(sAMAccountName=%n)(|(mail=%n at sau24.org)(otherMailbox=%n at sau24.org))))

Other than that, I don't really have much ideas. Does the same filter
work with e.g. ldapsearch?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20091015/b344345d/attachment.bin 


More information about the dovecot mailing list