tabris wrote: > Ok. Didn't know that. I know that it's supposed to handle LDAP dying, > but haven't had much luck with that either.
The code only deals with temporary ldap disconnections. If a ldap connection goes stale the code will try to reconnect every 2 seconds, and will try this 5 times. So if the ldap server goes down for more than 10 seconds authentication will start to fail. Contrary to disrupted database connections such failures will not propagate to the main server process. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
