You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/08/18 05:56:38 UTC

svn commit: r686673 - /geronimo/server/trunk/framework/configs/jmx-security/src/main/plan/plan.xml

Author: gawor
Date: Sun Aug 17 20:56:38 2008
New Revision: 686673

URL: http://svn.apache.org/viewvc?rev=686673&view=rev
Log:
no need to perform client authentication by default

Modified:
    geronimo/server/trunk/framework/configs/jmx-security/src/main/plan/plan.xml

Modified: geronimo/server/trunk/framework/configs/jmx-security/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/jmx-security/src/main/plan/plan.xml?rev=686673&r1=686672&r2=686673&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/jmx-security/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/framework/configs/jmx-security/src/main/plan/plan.xml Sun Aug 17 20:56:38 2008
@@ -33,7 +33,7 @@
         <attribute name="keyStore">geronimo-default</attribute>
         <attribute name="keyAlias">geronimo</attribute>
         <attribute name="trustStore">geronimo-default</attribute>
-        <attribute name="clientAuth">true</attribute>
+        <attribute name="clientAuth">false</attribute>
         <reference name="KeystoreManager">
             <name>KeystoreManager</name>
         </reference>