Go to main content

man pages section 5: File Formats

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

slapo-auditlog (5oldap)

Name

slapo-auditlog - Audit Logging overlay to slapd

Synopsis

/etc/openldap/slapd.conf

/etc/openldap/slapd.d

Description

SLAPO-AUDITLOG(5oldap)                                  SLAPO-AUDITLOG(5oldap)



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  stan-
       dard  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}mdb,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


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-------------------------------+
       |ATTRIBUTE TYPE |       ATTRIBUTE VALUE         |
       +---------------+-------------------------------+
       |Availability   | service/network/ldap/openldap |
       +---------------+-------------------------------+
       |Stability      | Pass-through uncommitted      |
       +---------------+-------------------------------+

SEE ALSO
       slapd.conf(5), slapd-config(5).



NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source  was downloaded from  ftp://ftp.openldap.org/pub/OpenLDAP/openl-
       dap-release/openldap-2.4.59.tgz.

       Further information about this software can be found on the open source
       community website at http://www.openldap.org/.



OpenLDAP 2.4.59                   2021/06/03            SLAPO-AUDITLOG(5oldap)