centos man page for slapo-auditlog

Query: slapo-auditlog

OS: centos

Section: 5

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SLAPO-AUDITLOG(5)						File Formats Manual						 SLAPO-AUDITLOG(5)

NAME
slapo-auditlog - Audit Logging overlay to slapd
SYNOPSIS
/etc/openldap/slapd.conf /etc/openldap/slapd.d
DESCRIPTION
The Audit Logging overlay can be used to record all changes on a given backend database to a specified log file. Changes are logged as standard LDIF, with an additional comment header giving the timestamp of the change and the identity of the user making the change. For Add and Modify operations the identity comes from the modifiersName associated with the operation. This is usually the same as the requestor's identity, but may be set by other overlays to reflect other values.
CONFIGURATION
This slapd.conf option applies to the Audit Logging overlay. It should appear after the overlay directive. auditlog <filename> Specify the fully qualified path for the log file. olcAuditlogFile <filename> For use with cn=config
EXAMPLE
The following LDIF could be used to add this overlay to cn=config (adjust to suit) dn: olcOverlay=auditlog,olcDatabase={1}hdb,cn=config changetype: add objectClass: olcOverlayConfig objectClass: olcAuditLogConfig olcOverlay: auditlog olcAuditlogFile: /tmp/auditlog.ldif
FILES
/etc/openldap/slapd.conf default slapd configuration file /etc/openldap/slapd.d default slapd configuration directory
SEE ALSO
slapd.conf(5), slapd-config(5). OpenLDAP 2.4.39 2014/01/26 SLAPO-AUDITLOG(5)
Related Man Pages
slapo-pbind(5) - centos
slapo-auditlog(5) - debian
slapo-auditlog(5) - osx
slapo-auditlog(5) - netbsd
slapo-auditlog(5) - sunos
Similar Topics in the Unix Linux Community
Logging command invocations - cmdlog
comparing and inserting common line in other file
insert a line after specific line
Centralize logins w/ openldap
shell or perl script needed for ldif file to text file conversion