1 .TH SLAPO-AUDITLOG 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 2005-2014 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
6 slapo\-auditlog \- Audit Logging overlay to slapd
12 The Audit Logging overlay can be used to record all changes on a given
13 backend database to a specified log file. Changes are logged as standard
14 LDIF, with an additional comment header giving the timestamp of the change
15 and the identity of the user making the change.
17 For Add and Modify operations the identity comes from the modifiersName
18 associated with the operation. This is usually the same as the requestor's
19 identity, but may be set by other overlays to reflect other values.
23 option applies to the Audit Logging overlay.
24 It should appear after the
28 .B auditlog <filename>
29 Specify the fully qualified path for the log file.
31 .B olcAuditlogFile <filename>
35 The following LDIF could be used to add this overlay to
41 dn: olcOverlay=auditlog,olcDatabase={1}hdb,cn=config
43 objectClass: olcOverlayConfig
44 objectClass: olcAuditLogConfig
46 olcAuditlogFile: /tmp/auditlog.ldif
54 default slapd configuration file
57 default slapd configuration directory