Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 92436 invoked from network); 4 Dec 2008 13:59:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 13:59:49 -0000 Received: (qmail 83907 invoked by uid 500); 4 Dec 2008 14:00:00 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 83871 invoked by uid 500); 4 Dec 2008 14:00:00 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Delivered-To: moderator for dev@directory.apache.org Received: (qmail 82509 invoked by uid 99); 4 Dec 2008 13:57:19 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) X-Virus-Scanned: by SolNet-Check at mail05.solnet.ch X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C95618.085523CB" Subject: Upgrade Apache DS 1.5.1 --> 1.5.4 server.xml configuration Date: Thu, 4 Dec 2008 14:55:56 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Upgrade Apache DS 1.5.1 --> 1.5.4 server.xml configuration Thread-Index: AclWGAfb5gxrxfvTT8OuHoB3InyXbQ== From: "Dominic Stampfli" To: X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C95618.085523CB Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi =20 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. =20 =20 Below you can find the old server.xml(1.5.1). The red coloured sections = are my modifications. =20 * 1 Authenticator * 1 Interceptor * 1 Partition =20 How can I configure that in the new server.xml 1.5.4. =20 Can you please give me a hint? =20 =20 Greetings from Switzerland (Bad weather and cold) =20 Dominic Stampfli =20 =20 =20 =20 = simple uid=3Dadmin,ou=3Dsystem secret =20 =20 =20 =20 =20 =20 =20 =20 SIMPLE CRAM-MD5 DIGEST-MD5 =20 =20 =20 auth auth-int auth-conf =20 example.com apache.org =20 =20 =20 =20 =20 =20 =20 =20 ./ =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 objectClass: top objectClass: organizationalUnit objectClass: extensibleObject ou: system =20 =20 =20 = = = =20 =20 =20 =20 =20 =20 =20 objectClass: top objectClass: domain objectClass: extensibleObject ou: subscriberaccessservice =20 =20 =20 =20 =20 =20 =20 objectClass: top objectClass: domain objectClass: extensibleObject ou: subscriberinformationservice =20 =20 =20 =20 objectClass: top objectClass: domain objectClass: extensibleObject dc: example =20 =20 =20 =20 Dominic Stampfli ------------------------------------------------------------------ Intersys AG R=F6tistrasse 6 4500 Solothurn Tel 032 / 626 50 76 Fax 032 / 626 50 71 Mail dominic.stampfli@intersys.ch URL http://www.intersys.ch =20 =20 ------_=_NextPart_001_01C95618.085523CB Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

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). = The red coloured sections are my modifications.

 

  • 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?

 

 

Greetings from Switzerland (Bad weather = and cold)

 

Dominic = Stampfli

 

 

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

 

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

=A0 "http://www.springframework.org/dtd/spring-beans.dtd"><= /o:p>

 

<beans>

=A0 <bean id=3D"environment" class=3D"org.springframework.beans.factory.config.PropertiesFactoryB= ean">

=A0=A0 =A0<property = name=3D"properties">

=A0=A0=A0=A0=A0 = <props>

=A0=A0=A0=A0=A0=A0=A0 <!-- JNDI security = properties used to get initial contexts.=A0=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0=A0=A0=A0=A0 <prop key=3D"java.naming.security.authentication">simple</prop&= gt;

=A0=A0=A0=A0=A0=A0=A0 <prop key=3D"java.naming.security.principal">uid=3Dadmin,ou=3Dsyst= em</prop>

=A0=A0=A0=A0=A0=A0=A0 <prop key=3D"java.naming.security.credentials">secret</prop>=

=A0=A0=A0=A0=A0=A0=A0 <!-- Set this key to = a space delimited set of attributeType descriptions

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 and their = OID's if you want an attributeType to be handled as

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 binary = content.

=A0

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 The = server will use the schema to derive the set of attributeTypes

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 to treat = as binary.=A0 The union if the values you provide here

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 will be = taken as the set of binaries. Note to be consistent you

=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0must add = both the OID and all the names an attributeType can have.

=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0=A0=A0=A0=A0 <!-- =

=A0=A0=A0=A0=A0=A0=A0 <prop key=3D"java.naming.ldap.attributes.binary"></prop>

=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0=A0=A0 = </props>

=A0=A0=A0 = </property>

=A0 </bean>

=A0

=A0 <bean = id=3D"changePasswordConfiguration" class=3D"org.apache.directory.server.changepw.ChangePasswordConfigur= ation">

=A0=A0=A0 <!-- Whether to enable the Change = Password protocol.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0 <property = name=3D"enabled" value=3D"false" />

=A0=A0=A0 <!-- The port to run the Change = Password protocol on.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0 <property = name=3D"ipPort" value=3D"464" />

=A0 </bean>

=A0

=A0 <bean id=3D"ntpConfiguration" class=3D"org.apache.directory.server.ntp.NtpConfiguration"><= o:p>

=A0=A0=A0 <!-- Whether to enable the NTP = protocol.=A0=A0 = =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0-->

=A0=A0=A0 <property = name=3D"enabled" value=3D"false" />

=A0=A0=A0 <!-- The port to run the NTP = protocol on.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"ipPort" value=3D"123" />

=A0 </bean>

=A0

=A0 <bean id=3D"dnsConfiguration" class=3D"org.apache.directory.server.dns.DnsConfiguration"><= o:p>

=A0=A0=A0 <!-- Whether to enable the DNS protocol.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"enabled" value=3D"false" />

=A0=A0=A0 <!-- The port to run the DNS = protocol on.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 -->

=A0=A0 =A0<property = name=3D"ipPort" value=3D"53" />

=A0 </bean>

=A0

=A0 <bean id=3D"kdcConfiguration" class=3D"org.apache.directory.server.kerberos.kdc.KdcConfiguration&q= uot;>

=A0=A0=A0 <!-- Whether to enable the = Kerberos protocol.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"enabled" value=3D"false" />

=A0=A0=A0 <!-- The port to run the Kerberos = protocol on.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 -->

=A0=A0=A0 <property = name=3D"ipPort" value=3D"88" />

=A0 </bean>

=A0

=A0 <bean = id=3D"ldapsConfiguration" class=3D"org.apache.directory.server.ldap.LdapConfiguration">= ;

=A0=A0=A0 <!-- Whether to enable the LDAPS protocol.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"enabled" value=3D"false" />

=A0=A0=A0 <!-- The port to run the LDAPS = protocol on.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"ipPort" value=3D"636" />

 

=A0=A0=A0 <property = name=3D"enableLdaps" value=3D"true" />

=A0 </bean>

=A0

=A0 <bean = id=3D"ldapConfiguration" class=3D"org.apache.directory.server.ldap.LdapConfiguration">= ;

=A0=A0=A0 <!-- The port to run the LDAP = protocol on.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"ipPort" value=3D"3894" />

=A0=A0=A0 <!-- Whether to allow anonymous access.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 -->

=A0=A0=A0 <property name=3D"allowAnonymousAccess" value=3D"false" = />

=A0=A0=A0

=A0=A0=A0 <!-- The list of supported = authentication mechanisms.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0 <property = name=3D"supportedMechanisms">

=A0=A0=A0=A0=A0 = <list>

=A0=A0=A0=A0=A0=A0=A0 = <value>SIMPLE</value>

=A0=A0=A0=A0=A0=A0=A0 = <value>CRAM-MD5</value>

=A0=A0=A0=A0=A0=A0=A0 = <value>DIGEST-MD5</value>

=A0=A0=A0=A0=A0=A0=A0 <!--<value>GSSAPI</value>-->

=A0=A0=A0=A0=A0 = </list>

=A0=A0=A0 = </property>

=A0=A0=A0

=A0=A0=A0 <!-- The FQDN of this SASL host, = validated during SASL negotiation.=A0=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"saslHost" value=3D"ldap.example.com" />

=A0=A0=A0

=A0=A0=A0 <!-- The Kerberos principal name = for this LDAP service, used by GSSAPI. -->

=A0=A0=A0 <property = name=3D"saslPrincipal" value=3D"ldap/ldap.example.com@EXAMPLE.COM" = />

=A0=A0=A0

=A0=A0=A0 <!-- The desired = quality-of-protection, used by DIGEST-MD5 and GSSAPI.=A0 -->

=A0=A0=A0 <property = name=3D"saslQop">

=A0=A0=A0=A0=A0 = <list>

=A0=A0=A0=A0=A0=A0=A0 = <value>auth</value>

=A0=A0=A0=A0=A0=A0=A0 = <value>auth-int</value>

=A0=A0=A0=A0=A0=A0=A0 = <value>auth-conf</value>

=A0=A0=A0=A0=A0 = </list>

=A0=A0=A0 = </property>

=A0=A0=A0

=A0=A0=A0 <!-- The realms serviced by this = SASL host, used by DIGEST-MD5 and GSSAPI. -->

=A0=A0=A0 <property = name=3D"saslRealms">

=A0=A0=A0=A0=A0 = <list>

=A0=A0=A0=A0=A0=A0=A0 = <value>example.com</value>

=A0=A0=A0=A0=A0=A0=A0 = <value>apache.org</value>

=A0=A0=A0=A0=A0 = </list>

=A0=A0=A0 = </property>

=A0=A0=A0

=A0=A0=A0 <!-- The base DN containing users = that can be SASL authenticated.=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0 <property = name=3D"searchBaseDn" value=3D"ou=3Dusers,ou=3Dsystem" = />

=A0=A0=A0

=A0=A0=A0 <!-- SSL CONFIG CAN GO = HERE-->

=A0=A0=A0

=A0=A0=A0 <!-- limits searches by non-admin = users to a max time of 15000=A0=A0=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0 <!-- milliseconds and has a = default value of 10000=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0 <property = name=3D"maxTimeLimit" value=3D"15000" />

 

=A0=A0=A0 <!-- limits searches to max size = of 1000 entries: default value is 100=A0 -->

=A0=A0=A0 <property = name=3D"maxSizeLimit" value=3D"1000" />

 

=A0=A0=A0 <!-- the collection of extended = operation handlers to install=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0 <property name=3D"extendedOperationHandlers">=

=A0=A0=A0=A0=A0 = <list>

=A0=A0=A0=A0=A0=A0=A0 <!--<bean class=3D"org.apache.directory.server.ldap.support.starttls.StartTlsH= andler"/>-->

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.ldap.support.extended.GracefulS= hutdownHandler"/>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.ldap.support.extended.LaunchDia= gnosticUiHandler"/>

=A0=A0=A0=A0=A0=A0=A0 <!-- The Stored = Procedure Extended Operation is not stable yet and it may cause security = risks.

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.ldap.support.extended.StoredPro= cedureExtendedOperationHandler"/>

=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0=A0=A0 = </list>

=A0=A0=A0 = </property>

=A0 </bean>

=A0

=A0 <bean id=3D"configuration" class=3D"org.apache.directory.server.configuration.MutableServerStar= tupConfiguration">

=A0=A0=A0 <property = name=3D"workingDirectory" value=3D"example.com" />

 

=A0=A0=A0 <!-- Uncomment below to have the = server load entries on startup!=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0 <!-- ldifDirectory property can = point to a relative file, directory or=A0 -->

=A0=A0=A0 <!-- can point to an absolute = path to either using the URL path=A0=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0 <!-- notation: i.e. file:///Users/jack/apacheds/ldifs=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0 -->

 

=A0=A0=A0 <property = name=3D"ldifDirectory">

=A0=A0=A0=A0=A0 = <value>./</value>

=A0=A0=A0 = </property>

 

=A0=A0=A0 <!-- Entries will optionally be = filtered using LdifLoadFilters in the=A0=A0 -->

=A0=A0=A0 <!-- order specified.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0 -->

=A0=A0=A0 <!--

=A0=A0=A0 <property = name=3D"ldifFilters">

=A0=A0=A0=A0=A0 = <list>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"com.example.MyEntryFilter"/>

=A0=A0=A0=A0=A0 = </list>

=A0=A0=A0 = </property>

=A0=A0=A0 -->

 

=A0=A0=A0 <!-- the number of milliseconds = before issuing a synch (flush to disk)=A0 -->

=A0=A0=A0 <!-- which writes out dirty pages = back to disk.=A0 To turn off synchs all -->

=A0=A0=A0 <!-- together simply set this = value to <=3D 0.=A0 Make sure you turn on=A0=A0=A0=A0 = -->

=A0=A0=A0 <!-- synchOnWrite for all = partitions if you do choose to do this or else-->

=A0=A0=A0 <!-- writes may never persist to disk.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"synchPeriodMillis" value=3D"1500000" />

 

=A0=A0=A0 <!-- maximum number of threads = used by mina is set to 8: default is 4=A0=A0 -->

=A0=A0=A0 <property = name=3D"maxThreads" value=3D"40" />

 

=A0=A0=A0 <property name=3D"allowAnonymousAccess" value=3D"false" = />

=A0=A0=A0 <property = name=3D"accessControlEnabled" value=3D"false" />

=A0=A0=A0

=A0=A0=A0 <!--

=A0=A0=A0=A0=A0=A0 It's more efficient to keep = this feature turned off but you may not like

=A0=A0=A0=A0=A0=A0 having the creatorsName and = modifiersName contain OIDs instead of short

=A0=A0=A0=A0=A0=A0 attributeType names = instead.=A0 So if you want the creatorsName to change

=A0=A0=A0=A0=A0=A0 from the normalized form = which is the internal representation of

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 =

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 '0.9.2342.19200300.100.1.1=3Dadmin,2.5.4.11=3Dsystem'

=A0=A0=A0=A0=A0=A0 =

=A0=A0=A0=A0=A0=A0 to a more human readabile = form like:

 

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = 'uid=3Dadmin,ou=3Dsystem'

 

=A0=A0=A0=A0=A0=A0 then set this property to = true.

=A0=A0=A0 -->

=A0=A0=A0 <property name=3D"denormalizeOpAttrsEnabled" value=3D"true" = />

 

=A0=A0=A0 <property = name=3D"ntpConfiguration" ref=3D"ntpConfiguration" />

=A0=A0=A0 <property = name=3D"dnsConfiguration" ref=3D"dnsConfiguration" />

=A0=A0=A0 <property name=3D"changePasswordConfiguration" ref=3D"changePasswordConfiguration" = />

=A0=A0=A0 <property = name=3D"kdcConfiguration" ref=3D"kdcConfiguration" />

=A0=A0=A0 <property = name=3D"ldapConfiguration" ref=3D"ldapConfiguration" />

=A0=A0=A0 <property = name=3D"ldapsConfiguration" ref=3D"ldapsConfiguration" />

 

=A0=A0=A0 <property name=3D"systemPartitionConfiguration" ref=3D"systemPartitionConfiguration" = />

 

=A0=A0=A0 <property name=3D"partitionConfigurations">

=A0=A0=A0=A0=A0 = <set>

=A0=A0=A0=A0=A0=A0=A0 <ref bean=3D"examplePartitionConfiguration"/>

=A0=A0=A0=A0=A0=A0=A0 <ref bean=3D"subscriberinfoPartitionConfiguration"/>

=A0=A0=A0=A0=A0=A0=A0 <ref bean=3D"subscriberaccessPartitionConfiguration"/>=

=A0=A0=A0=A0=A0 = </set>

=A0=A0=A0 = </property>

=A0=A0=A0

=A0=A0=A0 <property name=3D"authenticatorConfigurations">

=A0=A0=A0=A0 = <list>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableAuthe= nticatorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 = <property name=3D"name" value=3D"normalizationService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 = <property name=3D"authenticatorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= value=3D"org.apache.directory.server.core.authn.SisSimpleAuthenticat= or" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 </list>

=A0=A0=A0 = </property>

=A0=A0=A0

=A0=A0=A0 <property name=3D"interceptorConfigurations">=

=A0=A0=A0=A0=A0 = <list>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"normalizationService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.normalization.Normalizatio= nService" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean = class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"authenticationService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.authn.AuthenticationServic= e" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

 

=A0=A0=A0=A0=A0=A0=A0 =

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"referralService" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0 = =A0=A0=A0=A0=A0value=3D"org.apache.directory.server.core.referral.Re= ferralService" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"authorizationService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.authz.AuthorizationService= " />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0 =A0=A0=A0=A0<property = name=3D"name" value=3D"defaultAuthorizationService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.authz.DefaultAuthorization= Service" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean = class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"exceptionService" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.exception.ExceptionService= " />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"operationalAttributeService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = value=3D"org.apache.directory.server.core.operational.OperationalAtt= ributeService" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <!-- Uncomment to = enable the password policy service

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"passwordPolicyService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.kerberos.PasswordPolicySer= vice" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean = class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"keyDerivationService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.kerberos.KeyDerivationServ= ice" />

=A0=A0=A0=A0=A0=A0=A0 </bean> =

=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"schemaService" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.schema.SchemaService"= />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"subentryService" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.subtree.SubentryService&qu= ot; />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"collectiveAttributeService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.collective.CollectiveAttri= buteService" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"eventService" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = value=3D"org.apache.directory.server.core.event.EventService" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 = <property name=3D"name" value=3D"SisAdsLdapService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 = <property name=3D"interceptorClassName"

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

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 =

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.MutableInter= ceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"triggerService" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.trigger.TriggerService&quo= t; />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

 

=A0=A0=A0=A0=A0=A0=A0 <!-- Uncomment to = enable replication service

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.mitosis.configuration.MutableReplicati= onInterceptorConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"name" value=3D"replicationService" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"interceptorClassName"

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = value=3D"org.apache.directory.mitosis.service.ReplicationService&quo= t; />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property name=3D"replicationConfiguration"><= /p>

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.mitosis.configuration.ReplicationConfi= guration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = <property name=3D"replicaId">

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = <bean = class=3D"org.apache.directory.mitosis.common.ReplicaId">

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 <constructor-arg>

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 <value>instance_a</value>

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 </constructor-arg>

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = </property>

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = <property name=3D"serverPort" value=3D"10390" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = <property name=3D"peerReplicas" = value=3D"instance_b@localhost:10392" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0=A0=A0 = </property>

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 = -->

=A0=A0=A0=A0=A0 = </list>

=A0=A0=A0 = </property>

=A0 </bean>

=A0

=A0 <!-- use the following = partitionConfiguration to override defaults for=A0 -->

=A0 <!-- the system partition=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = -->

=A0 <bean id=3D"systemPartitionConfiguration" class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leBTreePartitionConfiguration">

=A0=A0=A0 <property name=3D"id" value=3D"system" />

=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0 <property = name=3D"suffix" value=3D"ou=3Dsystem" />

=A0=A0=A0 <property = name=3D"partitionClassName"

=A0=A0=A0=A0=A0 = value=3D"org.apache.directory.server.core.partition.impl.btree.jdbm.= JdbmPartition" />

=A0=A0=A0 <!-- the optimizer is enabled by = default but may not always be what=A0=A0=A0=A0 -->

=A0=A0=A0 <!-- you want if your queries are = really simple=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 -->

=A0=A0=A0 <property = name=3D"optimizerEnabled" value=3D"true" />

 

=A0=A0=A0 <!--

=A0=A0=A0=A0=A0 Synchronization on writes does = not wait for synch operations

=A0=A0=A0=A0=A0 to flush dirty pages.=A0 = Writes persist immediately to disk at

=A0=A0=A0=A0=A0 a cost to performance with = increased data integrity.=A0 Otherwise

=A0=A0=A0=A0=A0 the periodic synch operation = will flush dirty pages using the

=A0=A0=A0=A0=A0 synchPeriodMillis parameter in = the main configuration.

=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"synchOnWrite" value=3D"true" />

=A0=A0=A0 <property name=3D"indexedAttributes">

=A0=A0=A0=A0=A0 = <set>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.1" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.2" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.3" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0 =A0<bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.4" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean = class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.5" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"10" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean = class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.6" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"10" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean = class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.7" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"10" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean = class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"ou" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"uid" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"objectClass" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0 = </set>

=A0=A0=A0 = </property>

=A0=A0=A0 <property = name=3D"contextEntry">

=A0=A0=A0=A0=A0 = <value>

=A0=A0=A0=A0=A0=A0=A0 objectClass: = top

=A0=A0=A0=A0=A0=A0=A0 objectClass: = organizationalUnit

=A0=A0=A0=A0=A0=A0=A0 objectClass: = extensibleObject

=A0=A0=A0=A0=A0=A0=A0 ou: = system

=A0=A0=A0=A0=A0 = </value>

=A0=A0=A0 = </property>

=A0 </bean>

 

 

 

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <bean id=3D"subscriberaccessPartitionConfiguration" class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leBTreePartitionConfiguration">

=A0=A0=A0 <property = name=3D"id" value=3D"subscriberaccess" />

=A0=A0=A0 <property name=3D"cacheSize" value=3D"100" = />=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0 = =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0

=A0=A0=A0 <property name=3D"suffix" = value=3D"ou=3Dsubscriberaccessservice" = />

=A0=A0=A0

=A0=A0=A0 <!-- <property name=3D"partitionClassName"

=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.partition.impl.btree.jdbm.= JdbmPartition" />-->

=A0=A0=A0

=A0=A0=A0

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0 = <property name=3D"partitionClassName"

=A0=A0=A0=A0=A0 value=3D"ch.intersys.sis.ldap.ads.server.SisPartition" = />

 

=A0=A0=A0 <!-- the optimizer is enabled by = default but may not always be what=A0=A0=A0=A0 -->

=A0=A0=A0 <!-- you want if your queries are = really simple=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 -->

=A0=A0=A0 <property = name=3D"optimizerEnabled" value=3D"true" />

 

=A0=A0=A0 <!--

=A0=A0=A0=A0=A0 Synchronization on writes does = not wait for synch operations

=A0=A0=A0=A0=A0 to flush dirty pages.=A0 = Writes persist immediately to disk at

=A0=A0=A0=A0=A0 a cost to performance with = increased data integrity.=A0 Otherwise

=A0=A0=A0=A0=A0 the periodic synch operation = will flush dirty pages using the

=A0=A0=A0=A0=A0 synchPeriodMillis parameter in = the main configuration.

=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"synchOnWrite" value=3D"true" />

=A0=A0=A0 <property name=3D"indexedAttributes">

=A0=A0=A0=A0=A0 = <set>

 

=A0=A0=A0=A0=A0 = </set>

=A0=A0=A0 = </property>

=A0=A0=A0 <property = name=3D"contextEntry">

=A0=A0=A0=A0=A0 = <value>

=A0=A0=A0=A0=A0=A0=A0 objectClass: = top

=A0=A0=A0=A0=A0=A0=A0 objectClass: = domain

=A0=A0=A0=A0=A0=A0=A0 objectClass: = extensibleObject

=A0=A0=A0=A0=A0=A0=A0 ou: = subscriberaccessservice

=A0=A0=A0=A0=A0 = </value>

=A0=A0=A0 = </property>

=A0 </bean>

=A0

=A0 <bean id=3D"subscriberinfoPartitionConfiguration" class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leBTreePartitionConfiguration">

=A0=A0=A0 <property = name=3D"id" value=3D"subscribrinfo" />

=A0=A0=A0 <property name=3D"cacheSize" value=3D"100" = />

=A0=A0=A0 <property name=3D"suffix" = value=3D"ou=3Dsubscriberinformationservice" = />

=A0=A0=A0 =

=A0=A0=A0 <!-- <property name=3D"partitionClassName"

=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.partition.impl.btree.jdbm.= JdbmPartition" />-->

=A0=A0=A0 =

=A0=A0=A0 =

=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 <property name=3D"partitionClassName"

=A0 = =A0=A0=A0=A0value=3D"ch.intersys.sis.ldap.ads.server.SisPartition&qu= ot; />

 <= /p>

=A0=A0=A0 <!-- the optimizer = is enabled by default but may not always be what=A0=A0=A0=A0 = -->

=A0=A0=A0 <!-- you want if = your queries are really = simple=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 -->

=A0=A0=A0 <property name=3D"optimizerEnabled" value=3D"true" = />

 <= /p>

=A0=A0=A0 = <!--

=A0=A0=A0=A0=A0 Synchronization = on writes does not wait for synch operations

=A0=A0=A0=A0=A0 to flush dirty = pages.=A0 Writes persist immediately to disk at

=A0=A0=A0=A0=A0 a cost to = performance with increased data integrity.=A0 Otherwise

=A0=A0=A0=A0=A0 the periodic = synch operation will flush dirty pages using the

=A0=A0=A0=A0=A0 = synchPeriodMillis parameter in the main configuration.

=A0=A0=A0 = -->

=A0=A0=A0 <property name=3D"synchOnWrite" value=3D"true" = />

=A0=A0=A0 <property name=3D"indexedAttributes">

=A0=A0=A0=A0=A0 = <set>

 <= /p>

=A0=A0=A0=A0=A0 = </set>

=A0=A0=A0 = </property>

=A0=A0=A0 <property name=3D"contextEntry">

=A0=A0=A0=A0=A0 = <value>

=A0=A0=A0=A0=A0=A0=A0 = objectClass: top

=A0=A0=A0=A0=A0=A0=A0 = objectClass: domain

=A0=A0=A0=A0=A0=A0=A0 = objectClass: extensibleObject

=A0=A0=A0=A0=A0=A0=A0 ou: subscriberinformationservice

=A0=A0=A0=A0=A0 = </value>

=A0=A0=A0 = </property>

=A0 = </bean>

 

=A0 <bean = id=3D"examplePartitionConfiguration" class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leBTreePartitionConfiguration">

=A0=A0=A0 <property name=3D"id" value=3D"example" />

=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0 <property = name=3D"suffix" value=3D"dc=3Dexample,dc=3Dcom" = />

=A0 =A0=A0<property = name=3D"partitionClassName"

=A0=A0=A0=A0=A0 value=3D"org.apache.directory.server.core.partition.impl.btree.jdbm.= JdbmPartition" />

 

=A0=A0=A0 <!-- the optimizer is enabled by = default but may not always be what=A0=A0=A0=A0 -->

=A0=A0=A0 <!-- you want if your queries are = really = simple=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 -->

=A0=A0=A0 <property = name=3D"optimizerEnabled" value=3D"true" />

 

=A0=A0=A0 <!--

=A0=A0=A0=A0=A0 Synchronization on writes does = not wait for synch operations

=A0=A0=A0=A0=A0 to flush dirty pages.=A0 = Writes persist immediately to disk at

=A0=A0=A0=A0=A0 a cost to performance with = increased data integrity.=A0 Otherwise

=A0=A0=A0=A0=A0 the periodic synch operation = will flush dirty pages using the

=A0=A0=A0=A0=A0 synchPeriodMillis parameter in = the main configuration.

=A0=A0=A0 -->

=A0=A0=A0 <property = name=3D"synchOnWrite" value=3D"true" />

=A0=A0=A0 <property name=3D"indexedAttributes">

=A0=A0=A0=A0=A0 = <set>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.1" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.2" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.3" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.4" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.5" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"10" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.6" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"10" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"1.3.6.1.4.1.18060.0.4.1.2.7" = />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"10" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

 

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"dc" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean = class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"ou" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"krb5PrincipalName" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"attributeId" value=3D"uid" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.partition.impl.btree.Mutab= leIndexConfiguration">

=A0=A0=A0=A0=A0=A0=A0 =A0=A0<property = name=3D"attributeId" value=3D"objectClass" />

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <property = name=3D"cacheSize" value=3D"100" />

=A0=A0=A0=A0=A0=A0=A0 = </bean>

=A0=A0=A0=A0=A0 = </set>

=A0=A0=A0 = </property>

=A0=A0=A0 <property = name=3D"contextEntry">

=A0=A0=A0=A0=A0 = <value>

=A0=A0=A0=A0=A0=A0=A0 objectClass: = top

=A0=A0=A0=A0=A0=A0=A0 objectClass: = domain

=A0=A0 =A0=A0=A0=A0=A0objectClass: = extensibleObject

=A0=A0=A0=A0=A0=A0=A0 dc: = example

=A0=A0=A0=A0=A0 = </value>

=A0=A0=A0 = </property>

=A0 </bean>

 

=A0 <bean class=3D"org.springframework.beans.factory.config.CustomEditorConfig= urer">

=A0=A0=A0 <property = name=3D"customEditors">

=A0=A0=A0=A0=A0 = <map>

=A0=A0=A0=A0=A0=A0=A0 <entry key=3D"javax.naming.directory.Attributes">=

=A0=A0=A0=A0=A0=A0=A0=A0=A0 <bean class=3D"org.apache.directory.server.core.configuration.AttributesPr= opertyEditor"/>

=A0=A0=A0=A0=A0=A0=A0 = </entry>

=A0=A0=A0=A0=A0 = </map>

=A0=A0 = </property>

=A0 </bean>

</beans>

 

 

 

Dominic = Stampfli

----------------------------= --------------------------------------

Intersys AG

R=F6tistrasse 6

4500 Solothurn

Tel 032 / 626 50 = 76

Fax 032 / 626 50 = 71

Mail = dominic.stampfli@intersys.ch

URL http://www.intersys.ch

 

------_=_NextPart_001_01C95618.085523CB--