From a27123e14342027e3bd56279613a0d1b030e0bf0 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 11 Jul 2007 08:14:30 +0000
Subject: [PATCH] Fix for issue 1321 : Synchronization changes aren't logged by default
---
opends/src/admin/defn/org/opends/server/admin/std/AccessLogPublisherConfiguration.xml | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/AccessLogPublisherConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/AccessLogPublisherConfiguration.xml
index da7ab40..52efe9c 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/AccessLogPublisherConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/AccessLogPublisherConfiguration.xml
@@ -41,6 +41,8 @@
<adm:property name="suppress-internal-operations">
<adm:synopsis>
Omit access messages generated by internal operations.
+ Except for Synchronization operations that are controlled
+ by the ds-cfg-suppress-synchronization-operations property.
</adm:synopsis>
<adm:default-behavior>
<adm:defined>
@@ -59,4 +61,25 @@
</ldap:attribute>
</adm:profile>
</adm:property>
+ <adm:property name="suppress-synchronization-operations">
+ <adm:synopsis>
+ Omit access messages generated by synchronization operations.
+ </adm:synopsis>
+ <adm:default-behavior>
+ <adm:defined>
+ <adm:value>
+ false
+ </adm:value>
+ </adm:defined>
+ </adm:default-behavior>
+ <adm:syntax>
+ <adm:boolean />
+ </adm:syntax>
+ <adm:profile name="ldap">
+ <ldap:attribute>
+ <ldap:oid>1.3.6.1.4.1.26027.1.1.436</ldap:oid>
+ <ldap:name>ds-cfg-suppress-synchronization-operations</ldap:name>
+ </ldap:attribute>
+ </adm:profile>
+ </adm:property>
</adm:managed-object>
--
Gitblit v1.10.0