CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/03 11:29:54
Modified files:
usr.sbin/ldapd : namespace.c ldape.c ldapd.h
Log message:
Open database files before chrooting, and use an absolute path to
the database files, instead of relying on the chrooted-to path.
This breaks compaction as the ldape process can't re-open the
database files. This is being worked on.
ok gilles@
