version 1.6, 2006/04/02 17:54:26
|
version 1.7, 2006/04/04 08:47:42
|
Line 1
|
Line 1
|
/* auditlog.c - log modifications for audit/history purposes */ |
/* auditlog.c - log modifications for audit/history purposes */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/auditlog.c,v 1.5 2006/04/02 14:40:39 hallvard Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/auditlog.c,v 1.6 2006/04/02 17:54:26 hallvard Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 2005-2006 The OpenLDAP Foundation. |
* Copyright 2005-2006 The OpenLDAP Foundation. |
Line 58 static int auditlog_response(Operation *
|
Line 58 static int auditlog_response(Operation *
|
|
|
if ( rs->sr_err != LDAP_SUCCESS ) return SLAP_CB_CONTINUE; |
if ( rs->sr_err != LDAP_SUCCESS ) return SLAP_CB_CONTINUE; |
|
|
if ( !op->o_bd || !ad->ad_logfile ) return SLAP_CB_CONTINUE; |
if ( !ad->ad_logfile ) return SLAP_CB_CONTINUE; |
|
|
/* |
/* |
** add or modify: use modifiersName if present |
** add or modify: use modifiersName if present |