mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
- slapd's pid/args file names are based on the servers binary file names, providing for multiple servers beeing run on one host. - slapd supports the -l command line parameter for selection of a syslog LOCAL user (-lLOCAL0 .. -lLOCAL7) - db_appinit() is called during first ldbm_open() in DB 2.x to initialize DB debugging features (good to find bugs in the DB code :-) - a patch for a non-initialized variable in DB's 2.x db_open is provided.
11 lines
388 B
Text
11 lines
388 B
Text
|
||
A bug in Sleepycat´s Berkeley DB (version 2.3.16 up to 2.6.4 beta), was
|
||
detected, that caused failure during opening of database files when
|
||
running a threaded slapd on a linux box.
|
||
|
||
Apply the supported patch at the root directory of Sleepycat´s code.
|
||
Since the bug was reported to Sleepycat, it may not appear in DB
|
||
versions, later than 2.6.4 beta.
|
||
|
||
Jan 5 1999, /KSp (ksp@openldap.org)
|
||
|