6 Dec
2010
6 Dec
'10
10:55 a.m.
On 6.12.2010, at 8.42, Jorgen Lundman wrote:
Amusingly enough, just as I added SIGUSR1, I get:
Dec 06 17:38:33 auth(default): Error: ldap(customer@example.com): ldap _search() failed (filter (&(objectClass=posixAccount)(|(mail=customer@example.com)(mailAlternateAddress=customer@example.com)))): Server is busy,
So, instant verification there. I think OpenLDAP should handle that problem better, but I will bring it up with them on their mailing list.
I used 128 queued requests there originally because I thought I could just pipeline requests there and LDAP server would read and process them only when it has finished with the previous stuff. But I guess not.