SLAPO-AUDITLOG(5) File Formats Manual SLAPO-AUDITLOG(5)NAME
slapo-auditlog - Audit Logging overlay to slapd
SYNOPSIS
/etc/ldap/slapd.conf
/etc/ldap/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/ldap/slapd.conf
default slapd configuration file
/etc/ldap/slapd.d
default slapd configuration directory
SEE ALSO slapd.conf(5), slapd-config(5).
OpenLDAP 2012/04/23 SLAPO-AUDITLOG(5)
Check Out this Related Man Page
SLAPO-AUDITLOG(5) File Formats Manual SLAPO-AUDITLOG(5)NAME
slapo-auditlog - Audit Logging overlay to slapd
SYNOPSIS
/etc/ldap/slapd.conf
/etc/ldap/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/ldap/slapd.conf
default slapd configuration file
/etc/ldap/slapd.d
default slapd configuration directory
SEE ALSO slapd.conf(5), slapd-config(5).
OpenLDAP 2012/04/23 SLAPO-AUDITLOG(5)
Greetings,
I've encountered with 'Bad Audit Flag' after adding a new user and tries to log in. Any idea on this ? I've used both the command line 'Useradd' and the 'SAM' menu but both fails with same erroe 'Bad Audit Flag'
Appreciate your help,
Wobitu (1 Reply)
Hi,
I have two files--
file1-
file2:-
i have to compare two files and where the uid is same i have to take the password and insert it above the telephone number.
the output should be like this--
uid : 1418 common so insert the password thbs above the line telephonenumber. (2 Replies)
Hi All,
If ldap user is disabled on linux. Do you think ldap processes will still run while ldap user had been disabled?
Thanks for any comment you may add. (2 Replies)
Hi All,
Can I delete the above file? It's big, about 1G. It's on a redhat ent 4 with ldap on it.
Is that safe to delete? It wasn't been used for already a month and it's in the backup storage.
Thanks for any comment you may add. (1 Reply)
Hi Friends
I am a Solaries newbie and I am looking out for a software or command or config that can capture all commands run by all users on a server on a daily basis. I believe that this Audit is being done in almost all enterprises and would like to know how the same is done there.
Any... (3 Replies)
Discussion started by: Hari_Ganesh
3 Replies
6. Post Here to Contact Site Administrators and Moderators
Hi Everyone. First, I want to thank all of you for letting me participate in this great group.
I am having a bit of a problem.
After I get an email from a responder, I login to make my reply.
In the mean time I get another response by email from another member, I go to reply to them and I... (6 Replies)
Hi,
I have configured ldap client on openSUSE 11.3 with yast2 config.
Since I am able to get list of all users through getent, it seems configuration done properly.But while logging in with ldap id its prompting for password change.
login as: testuser
Using keyboard-interactive... (1 Reply)
please use code tags, thanks
Initially olcDatabase={2}config.ldif file was in non-prod and it does not have any entries of database and password as well that is why I was getting error as “ldap_bind: Invalid credentials (49)”¯ , I was comparing with my production olcDatabase={2}config.ldif file ... (1 Reply)