From 16b4d05ab194d40c62de5d68e365a4daa28dd868 Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Tue, 29 Jan 2008 07:08:43 +0000
Subject: [PATCH] Doc changes to Log Publisher Configuration docs and some copyright changes. Thanks to Daniel for the review.

---
 opends/src/admin/defn/org/opends/server/admin/std/AccessLogPublisherConfiguration.xml |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 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 c63eb6c..9e95338 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
@@ -23,7 +23,7 @@
   ! CDDL HEADER END
   !
   !
-  !      Portions Copyright 2007 Sun Microsystems, Inc.
+  !      Portions Copyright 2007-2008 Sun Microsystems, Inc.
   ! -->
 <adm:managed-object name="access-log-publisher"
   plural-name="access-log-publishers"
@@ -36,6 +36,10 @@
     are responsible for distributing access log messages from the access
     logger to a destination.
   </adm:synopsis>
+  <adm:description>
+    Access log messages provide information about the types of operations 
+    processed by the server.
+  </adm:description>
   <adm:profile name="ldap">
     <ldap:object-class>
       <ldap:name>ds-cfg-access-log-publisher</ldap:name>
@@ -66,7 +70,9 @@
   </adm:property>
   <adm:property name="suppress-internal-operations" advanced="true">
     <adm:synopsis>
-      Suppress access messages generated by internal operations.
+      Indicates whether internal operations (for example, operations 
+      that are initiated by plugins) should be logged along with the 
+      operations that are requested by users.
     </adm:synopsis>
     <adm:default-behavior>
       <adm:defined>
@@ -85,7 +91,8 @@
   <adm:property name="suppress-synchronization-operations"
     advanced="true">
     <adm:synopsis>
-      Suppress access messages generated by synchronization operations.
+      Indicates whether access messages that are generated by 
+      synchronization operations should be suppressed.
     </adm:synopsis>
     <adm:default-behavior>
       <adm:defined>

--
Gitblit v1.10.0