openldap/doc
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
..
devel ITS#8215 Some more slapmodify manpage tweaks 2021-03-02 19:08:50 +00:00
drafts typo unsuccesSful, presense/presence, accessSlog 2023-01-09 17:46:36 +00:00
guide slapo-auditlog: Add olcAuditlogNonBlocking to avoid blocking when logging to named pipes 2025-07-03 11:18:51 -06:00
install Defunct 2002-01-03 18:29:53 +00:00
man slapo-auditlog: Add olcAuditlogNonBlocking to avoid blocking when logging to named pipes 2025-07-03 11:18:51 -06:00
rfc rfc6171 (dontUseCopy) 2011-03-16 19:16:14 +00:00
Makefile.in Happy New Year! 2024-03-26 19:45:07 +00:00