mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
The default behaviour of fopen() when called on a named pipe which does not have any reader, is to block, until a reader opens the pipe. This blocks slapo-auditlog when it attempts to write output. Depending on how critical the audit log is, it may be preferable to discard audit log output and continue processing requests if there's no reader available. For clarity the call to fopen() is removed and replaced with open()/fdopen(), allowing us to specify O_* flags as opposed to using fopen() or open()/fdopen(). 0666 are the base permissions used by fopen() when files are created. |
||
|---|---|---|
| .. | ||
| admin | ||
| images | ||
| release | ||
| plain.sdf | ||
| preamble.sdf | ||
| README | ||
This module contains OpenLDAP guides in Simple Document Format (SDF).
SDF is a freely available documentation system. Based on a
simple, readable markup language, SDF generates high quality
output in multiple formats.
cd admin # OpenLDAP Administrator's Guide
sdf -2topics index.sdf # generate HTML for WWW publishing
sdf -2html guide.sdf # generate HTML for release
sdf -2txt guide.sdf # generate TXT for release
More information about STF can be obtained from the CPAN at:
http://search.cpan.org/src/IANC/sdf-2.001/doc/catalog.html
SDF itself can be obtained at:
http://search.cpan.org/~ianc/sdf-2.001/