5 Dec
2008
5 Dec
'08
9:20 p.m.
On Fri, 2008-12-05 at 12:30 -0600, Romer Ventura wrote:
# cat dovecot/dovecot-ldap.conf
You didn't show pass_attrs, so Dovecot is using the defaults:
pass_attrs = uid=user,userPassword=password
The uid=user part makes Dovecot change the username if uid field is different than the logged in username. So you could set:
pass_attrs = userPassword=password