CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/15 09:47:56
Modified files:
usr.sbin/ldapd : auth.c ldapd.h modify.c namespace.c search.c
Log message:
Make modify and simple auth requests open their own transactions, as search
already does. Trigger a reopen imsg request if either the data or index
databases are compacted. Queue the failed request and try again when the
file is reopened.
Compaction can now be done by a separate process, and ldapd will pick up
the change and reopen the file.