30 Dec
2005
30 Dec
'05
3:54 p.m.
On Fri, 2005-12-02 at 13:28 +0100, J.M. Maurer wrote:
Recently at Better.be we implemented LDAP authenticated bind support for dovecot. A patch against CVS HEAD is attached.
Thanks. I'm doing a few small modifications to this, should be in CVS soon.
Is there a reason why ldap_verify_plain_authbind() calls ldap_search() directly instead of using db_ldap_search(), other than the ability to specify scope? Using db_ldap_search() it'll reconnect to LDAP server whenever it needs to.