[dovecot-cvs] dovecot/src/auth db-ldap.c,1.63,1.64
tss at dovecot.org
tss at dovecot.org
Thu Apr 12 19:27:26 EEST 2007
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv4161
Modified Files:
db-ldap.c
Log Message:
Queue userdb lookup request until bind is finished (with auth_bind=yes).
Index: db-ldap.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/db-ldap.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- db-ldap.c 31 Mar 2007 04:40:42 -0000 1.63
+++ db-ldap.c 12 Apr 2007 16:27:23 -0000 1.64
@@ -197,6 +197,8 @@
request->callback(conn, request, NULL);
return;
}
+ db_ldap_add_delayed_request(conn, request);
+ return;
}
msgid = ldap_search(conn->ld, request->base, scope,
More information about the dovecot-cvs
mailing list