[Dovecot] Passdb filter question - LDAP.
Timo Sirainen
tss at iki.fi
Tue Aug 31 21:03:32 EEST 2010
On Mon, 2010-08-30 at 16:26 -0300, Lauro Costa G. Borges wrote:
> pass_filter = (&(objectclass=eduPerson)(mail=%u))
> pass_attrs = userPassword=userdb_password,eduPersonPrincipalName=userdb_user
userdb_password doesn't make much sense. Also userdb_user isn't
typically what you want.
> It works, but changes the username to the value of
> "edupersonprincipalname", and this changes the mailbox name. Dovecot
> accesses the wrong mailbox then (something like
> 29859085900 at example.org).
Just remove the eduPersonPrincipalName from pass_attrs. It should
probably be just:
pass_attrs = userPassword=password
More information about the dovecot
mailing list