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 > 29859085...@example.org). Just remove the eduPersonPrincipalName from pass_attrs. It should probably be just: pass_attrs = userPassword=password