Re: LDAP virtual user username being rewritten:

2022-05-21 Thread Coy Hile
Replying to myself… Empirically, changing the following two lines in the LDAP configuration seems to have worked: user_filter = (&(objectClass=posixAccount)(uid=%n)) and pass_filter = (&(objectClass=posixAccount)(uid=%n)) My question remains, though, why was the original username getting rew

LDAP virtual user username being rewritten:

2022-05-21 Thread Coy Hile
Hi all, I’m working on migrating a dovecot instance that formerly had its only user (me) stored in a SQL database to a new instance that uses LDAP so I don’t have to maintain a handful of different passwords. However, I’m ending up getting sent to an incorrect mailbox because the %d part of th