Hi Alex,

I'm currently reviewing the modifications that has been made to the
server.xml file between versions 1.5.3 and 1.5.4.

Is this normal that the ReferralInterceptor has been removed from the
configuration ?
==============================================================================
---
directory/apacheds/branches/bigbang/server-xml/src/main/resources/server.xml
(original)
+++
directory/apacheds/branches/bigbang/server-xml/src/main/resources/server.xml
Tue Jul 29 10:14:30 2008
@@ -92,7 +92,6 @@
    <interceptors>
      <normalizationInterceptor/>
      <authenticationInterceptor/>
-      <referralInterceptor/>
      <aciAuthorizationInterceptor/>
      <defaultAuthorizationInterceptor/>
      <exceptionInterceptor/>

Thanks,
Pierre-Arnaud


On Tue, Jul 29, 2008 at 7:14 PM, <[EMAIL PROTECTED]> wrote:

> Author: akarasulu
> Date: Tue Jul 29 10:14:30 2008
> New Revision: 680778
>
> URL: http://svn.apache.org/viewvc?rev=680778&view=rev
> Log:
> fixing recent changes that broke the config: removed referral interceptor
> and injected properties on sasl mechanism handlers
>
> Modified:
>
>  directory/apacheds/branches/bigbang/server-xml/src/main/resources/server.xml
>
> Modified:
> directory/apacheds/branches/bigbang/server-xml/src/main/resources/server.xml
> URL:
> http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/server-xml/src/main/resources/server.xml?rev=680778&r1=680777&r2=680778&view=diff
>
> ==============================================================================
> ---
> directory/apacheds/branches/bigbang/server-xml/src/main/resources/server.xml
> (original)
> +++
> directory/apacheds/branches/bigbang/server-xml/src/main/resources/server.xml
> Tue Jul 29 10:14:30 2008
> @@ -92,7 +92,6 @@
>     <interceptors>
>       <normalizationInterceptor/>
>       <authenticationInterceptor/>
> -      <referralInterceptor/>
>       <aciAuthorizationInterceptor/>
>       <defaultAuthorizationInterceptor/>
>       <exceptionInterceptor/>
> @@ -177,9 +176,9 @@
>     <!-- The list of supported authentication mechanisms.
> -->
>     <saslMechanismHandlers>
>       <simpleMechanismHandler mech-name="SIMPLE"/>
> -      <cramMd5MechanismHandler mech-name="CRAM-MD5"
> directoryService="#directoryService"/>
> -      <digestMd5MechanismHandler mech-name="DIGEST-MD5"
> directoryService="#directoryService"/>
> -      <gssapiMechanismHandler mech-name="GSSAPI"
> directoryService="#directoryService"/>
> +      <cramMd5MechanismHandler mech-name="CRAM-MD5" />
> +      <digestMd5MechanismHandler mech-name="DIGEST-MD5" />
> +      <gssapiMechanismHandler mech-name="GSSAPI" />
>       <ntlmMechanismHandler mech-name="NTLM"
> ntlmProviderFqcn="com.foo.Bar"/>
>       <ntlmMechanismHandler mech-name="GSS-SPNEGO"
> ntlmProviderFqcn="com.foo.Bar"/>
>     </saslMechanismHandlers>
>
>
>

Reply via email to