From f1fa3eb3e87863f5ca6071c83c9990bca48df273 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 08 Jan 2016 10:35:37 +0000
Subject: [PATCH] Bring documentation of HTTPConnectionHandler "ssl-client-auth-policy" property on par with LDAPConnectionHandler's

---
 opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPConnectionHandlerConfiguration.xml |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPConnectionHandlerConfiguration.xml b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPConnectionHandlerConfiguration.xml
index 597a7ec..2477484 100644
--- a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPConnectionHandlerConfiguration.xml
+++ b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPConnectionHandlerConfiguration.xml
@@ -22,7 +22,7 @@
   ! CDDL HEADER END
   !
   !
-  !      Portions copyright 2013 ForgeRock AS
+  !      Portions copyright 2013-2016 ForgeRock AS
   ! -->
 <adm:managed-object name="http-connection-handler"
   plural-name="http-connection-handlers"
@@ -350,17 +350,16 @@
         <adm:value name="optional">
           <adm:synopsis>
             Clients are requested to provide their own certificates
-            when performing SSL negotiation, but still accept the
-            connection even if the client does not provide a
+            when performing SSL negotiation. The connection is
+            nevertheless accepted if the client does not provide a
             certificate.
           </adm:synopsis>
         </adm:value>
         <adm:value name="required">
           <adm:synopsis>
-            Clients are requested to provide their own certificates
-            when performing SSL negotiation. The connection is
-            nevertheless accepted if the client does not provide a
-            certificate.
+            Clients are required to provide their own certificates
+            when performing SSL negotiation and are refused access
+            if they do not provide a certificate.
           </adm:synopsis>
         </adm:value>
       </adm:enumeration>

--
Gitblit v1.10.0