From dcf3f32d2d3bc4cce2acee97b0962c4fbeabc680 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 09 May 2007 18:17:27 +0000
Subject: [PATCH] Update the server so that the audit logger is disabled by default.  Also, change the format of the audit log messages so that they use the standard LDIF change syntax and therefore can be easily replayed if necessary.

---
 opendj-sdk/opends/resource/config/config.ldif |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif
index 8fce081..6961910 100644
--- a/opendj-sdk/opends/resource/config/config.ldif
+++ b/opendj-sdk/opends/resource/config/config.ldif
@@ -521,7 +521,7 @@
 objectClass: ds-cfg-file-based-access-logger
 cn: File-Based Audit Logger
 ds-cfg-logger-class: org.opends.server.loggers.TextAuditLogPublisher
-ds-cfg-logger-enabled: true
+ds-cfg-logger-enabled: false
 ds-cfg-log-file: logs/audit
 ds-cfg-log-file-mode: 640
 ds-cfg-suppress-internal-operations: true

--
Gitblit v1.10.0