You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2009/07/21 23:41:29 UTC

svn commit: r796547 - in /directory/apacheds/trunk/server-xml/src/main/resources: server.xml serverAuthenticatorInAuthenticationInterceptor.xml serverJdbmPartition.xml serverReplicationInterceptor.xml

Author: elecharny
Date: Tue Jul 21 21:41:28 2009
New Revision: 796547

URL: http://svn.apache.org/viewvc?rev=796547&view=rev
Log:
Removed the SaslQop parameter in the server.xml configuration, as it's now useless.

Modified:
    directory/apacheds/trunk/server-xml/src/main/resources/server.xml
    directory/apacheds/trunk/server-xml/src/main/resources/serverAuthenticatorInAuthenticationInterceptor.xml
    directory/apacheds/trunk/server-xml/src/main/resources/serverJdbmPartition.xml
    directory/apacheds/trunk/server-xml/src/main/resources/serverReplicationInterceptor.xml

Modified: directory/apacheds/trunk/server-xml/src/main/resources/server.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-xml/src/main/resources/server.xml?rev=796547&r1=796546&r2=796547&view=diff
==============================================================================
--- directory/apacheds/trunk/server-xml/src/main/resources/server.xml (original)
+++ directory/apacheds/trunk/server-xml/src/main/resources/server.xml Tue Jul 21 21:41:28 2009
@@ -225,13 +225,6 @@
       <ntlmMechanismHandler mech-name="GSS-SPNEGO" ntlmProviderFqcn="com.foo.Bar"/>
     </saslMechanismHandlers>
 
-    <!-- The desired quality-of-protection, used by DIGEST-MD5 and GSSAPI.  -->
-    <saslQop>
-      <s:value>auth</s:value>
-      <s:value>auth-int</s:value>
-      <s:value>auth-conf</s:value>
-    </saslQop>
-
     <!-- The realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI. -->
     <saslRealms>
       <s:value>example.com</s:value>

Modified: directory/apacheds/trunk/server-xml/src/main/resources/serverAuthenticatorInAuthenticationInterceptor.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-xml/src/main/resources/serverAuthenticatorInAuthenticationInterceptor.xml?rev=796547&r1=796546&r2=796547&view=diff
==============================================================================
--- directory/apacheds/trunk/server-xml/src/main/resources/serverAuthenticatorInAuthenticationInterceptor.xml (original)
+++ directory/apacheds/trunk/server-xml/src/main/resources/serverAuthenticatorInAuthenticationInterceptor.xml Tue Jul 21 21:41:28 2009
@@ -205,13 +205,6 @@
       <ntlmMechanismHandler mech-name="GSS-SPNEGO" ntlmProviderFqcn="com.foo.Bar"/>
     </saslMechanismHandlers>
 
-    <!-- The desired quality-of-protection, used by DIGEST-MD5 and GSSAPI.  -->
-    <saslQop>
-      <s:value>auth</s:value>
-      <s:value>auth-int</s:value>
-      <s:value>auth-conf</s:value>
-    </saslQop>
-
     <!-- The realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI. -->
     <saslRealms>
       <s:value>example.com</s:value>

Modified: directory/apacheds/trunk/server-xml/src/main/resources/serverJdbmPartition.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-xml/src/main/resources/serverJdbmPartition.xml?rev=796547&r1=796546&r2=796547&view=diff
==============================================================================
--- directory/apacheds/trunk/server-xml/src/main/resources/serverJdbmPartition.xml (original)
+++ directory/apacheds/trunk/server-xml/src/main/resources/serverJdbmPartition.xml Tue Jul 21 21:41:28 2009
@@ -193,13 +193,6 @@
       <ntlmMechanismHandler mech-name="GSS-SPNEGO" ntlmProviderFqcn="com.foo.Bar"/>
     </saslMechanismHandlers>
 
-    <!-- The desired quality-of-protection, used by DIGEST-MD5 and GSSAPI.  -->
-    <saslQop>
-      <s:value>auth</s:value>
-      <s:value>auth-int</s:value>
-      <s:value>auth-conf</s:value>
-    </saslQop>
-
     <!-- The realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI. -->
     <saslRealms>
       <s:value>example.com</s:value>

Modified: directory/apacheds/trunk/server-xml/src/main/resources/serverReplicationInterceptor.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-xml/src/main/resources/serverReplicationInterceptor.xml?rev=796547&r1=796546&r2=796547&view=diff
==============================================================================
--- directory/apacheds/trunk/server-xml/src/main/resources/serverReplicationInterceptor.xml (original)
+++ directory/apacheds/trunk/server-xml/src/main/resources/serverReplicationInterceptor.xml Tue Jul 21 21:41:28 2009
@@ -222,13 +222,6 @@
       <ntlmMechanismHandler mech-name="GSS-SPNEGO" ntlmProviderFqcn="com.foo.Bar"/>
     </saslMechanismHandlers>
 
-    <!-- The desired quality-of-protection, used by DIGEST-MD5 and GSSAPI.  -->
-    <saslQop>
-      <s:value>auth</s:value>
-      <s:value>auth-int</s:value>
-      <s:value>auth-conf</s:value>
-    </saslQop>
-
     <!-- The realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI. -->
     <saslRealms>
       <s:value>example.com</s:value>