18 Feb
2010
18 Feb
'10
4:38 p.m.
On Thu, 2010-02-18 at 09:19 +0100, Stefan Palme wrote:
base="ou=groups,dc=kapott.org" filter="(&(cn=dovecot)(member=cn=%u,ou=users,dc=kapott,dc=org))" result_attribute="member"
After finding a DN this way (via attribute "member"), I want to use auth_bind to use this DN for password verification...
How about if it worked like:
pass_attrs = member=bind_dn, ... pass_filter = ..
?
Attached patch does that. If it works, I'll commit it.