openldap/doc/guide
Arran Cudbard-Bell 163da8d217
slapo-auditlog: Add olcAuditlogNonBlocking to avoid blocking when logging to named pipes
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.
2025-07-03 11:18:51 -06:00
..
admin slapo-auditlog: Add olcAuditlogNonBlocking to avoid blocking when logging to named pipes 2025-07-03 11:18:51 -06:00
images Happy New Year! 2024-03-26 19:45:07 +00:00
release Happy New Year! 2024-03-26 19:45:07 +00:00
plain.sdf Happy New Year! 2024-03-26 19:45:07 +00:00
preamble.sdf Happy New Year! 2024-03-26 19:45:07 +00:00
README Reverting. 2011-03-30 11:52:52 +01:00

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/