[dovecot-cvs] dovecot/src/auth db-ldap.c,1.41.2.18,1.41.2.19

tss at dovecot.org tss at dovecot.org
Thu Apr 12 19:27:23 EEST 2007


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv4169

Modified Files:
      Tag: branch_1_0
	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.41.2.18
retrieving revision 1.41.2.19
diff -u -d -r1.41.2.18 -r1.41.2.19
--- db-ldap.c	19 Jan 2007 15:27:42 -0000	1.41.2.18
+++ db-ldap.c	12 Apr 2007 16:27:20 -0000	1.41.2.19
@@ -196,6 +196,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