You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Dominic Stampfli <do...@intersys.ch> on 2008/12/05 10:07:50 UTC

Upgrade Apache DS 1.5.1 --> 1.5.4 server.xml configuration 2nd

Hi

 

I am using Apache DS version 1.5.1.

Now I would like to upgrade to version 1.5.4 but I can not find a server.xml file example.

 

 

Below you can find the old server.xml(1.5.1)

*	1 Authenticator 
*	1 Interceptor 
*	1 Partition 

 

How can I configure that in the new server.xml 1.5.4.

 

Can you please give me a hint?

 

Dominic Stampfli

 

 

<?xml version="1.0" encoding="UTF-8"?>

 

<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"

  "http://www.springframework.org/dtd/spring-beans.dtd">

 

<beans>

 

            ...

  

  <bean id="ldapConfiguration" class="org.apache.directory.server.ldap.LdapConfiguration">

       

    ...       

    

    <property name="authenticatorConfigurations">

     <list>

        <bean class="org.apache.directory.server.core.configuration.MutableAuthenticatorConfiguration">

          <property name="name" value="normalizationService" />

          <property name="authenticatorClassName" 

            value="org.apache.directory.server.core.authn.SisSimpleAuthenticator" />

        </bean>

                </list>

    </property>

    

    <property name="interceptorConfigurations">

      <list>

            

            ...

       

        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">

          <property name="name" value="SisAdsLdapService" />

          <property name="interceptorClassName" 

            value="ch.intersys.sis.ldap.ads.server.SisAdsLdapInterceptor" />

        </bean>

        

        ...

       

      </list>

    </property>

  </bean>

  

  ...

 

            <bean id="subscriberaccessPartitionConfiguration" class="org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration">

    <property name="id" value="subscriberaccess" />

    <property name="cacheSize" value="100" />                                                                                                                                                                                              

    <property name="suffix" value="ou=subscriberaccessservice" />   

                        <property name="partitionClassName" value="ch.intersys.sis.ldap.ads.server.SisPartition" />

    <property name="optimizerEnabled" value="true" />  

    <property name="synchOnWrite" value="true" />

    <property name="indexedAttributes">

      <set>

      </set>

    </property>

    <property name="contextEntry">

      <value>

        objectClass: top

        objectClass: domain

        objectClass: extensibleObject

        ou: subscriberaccessservice

      </value>

    </property>

  </bean>

  

  ...

  

</beans>

 

Dominic Stampfli

------------------------------------------------------------------

Intersys AG

Rötistrasse 6

4500 Solothurn

Tel 032 / 626 50 76

Fax 032 / 626 50 71

Mail dominic.stampfli@intersys.ch

URL http://www.intersys.ch <http://www.intersys.ch/> 

 


Re: Upgrade Apache DS 1.5.1 --> 1.5.4 server.xml configuration 2nd

Posted by Emmanuel Lecharny <el...@gmail.com>.
Dominic Stampfli wrote:
> Hi
>   
Hi,

sorry if it takes some time...

So you have defined your own partition, interceptor and authenticator ?

-- 
--
cordialement, regards,
Emmanuel LĂ©charny
www.iktek.com
directory.apache.org