https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18615 --- Comment #1 from Mason James <mtj@kohaaloha.com> --- (In reply to Sven Coenye from comment #0)
When running with Plack enabled, it is possible to get KOHA to keep spawning processes until the hosts's resources are exhausted. The immediate upshot is that KOHA hangs, the final result is that all other services on the host eventually stop functioning as well.
Steps to reproduce: Enable useldapserver and specify an empty search base in the ldapserver element: <useldapserver>1</useldapserver> <ldapserver> ... <base></base> ... </ldapserver>
curious.. does the error only occur if the <base> element is empty? -- You are receiving this mail because: You are watching all bug changes.