Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
c3f88226
Commit
c3f88226
authored
Feb 08, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5245
parent
3ecec023
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c3f88226
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.
X
Engineering
OpenLDAP 2.4.
8
Engineering
Fixed slapd include handling (ITS#5276)
Fixed libldap_r threaded library linking (ITS#4982)
Documentation
DB_CONFIG.example URL wrong in comments (ITS#5288)
Add cn=config example for auditlog (ITS#5245)
OpenLDAP 2.4.7 Release (2007/12/14)
Added slapd ordered indexing of integer attributes (ITS#5239)
...
...
doc/man/man5/slapo-auditlog.5
View file @
c3f88226
...
...
@@ -6,6 +6,8 @@
slapo-auditlog \- Audit Logging overlay to slapd
.SH SYNOPSIS
ETCDIR/slapd.conf
.TP
ETCDIR/slapd.d
.SH 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
...
...
@@ -26,10 +28,38 @@ directive.
.B auditlog <filename>
Specify the fully qualified path for the log file.
.TP
.B
.B olcAuditlogFile <filename>
For use with
.B cn=config
.SH EXAMPLE
The following LDIF could be used to add this overlay to
.B cn=config
(adjust to suit)
.LP
.RS
.nf
dn: cn=module{0},cn=config
changetype: modify
add: olcModuleLoad
olcModuleLoad: {2}auditlog.la
dn: olcOverlay=auditlog,olcDatabase={1}hdb,cn=config
changetype: add
objectClass: olcOverlayConfig
objectClass: olcAuditLogConfig
olcOverlay: auditlog
olcAuditlogFile: /tmp/auditlog.ldif
.fi
.RE
.LP
.LP
.SH FILES
.TP
ETCDIR/slapd.conf
default slapd configuration file
.TP
ETCDIR/slapd.d
default slapd configuration directory
.SH SEE ALSO
.BR slapd.conf (5).
.BR slapd.conf (5),
.BR slapd-config(5).
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment