| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Copyright 2004-2005 The Apache Software Foundation |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <directory-configuration xmlns="http://geronimo.apache.org/xml/ns/directory-1.0"> |
| <partitions> |
| <partition name="apache"> |
| <suffix>dc=apache,dc=org</suffix> |
| <indexedAttributes> |
| <indexedAttribute>objectClass</indexedAttribute> |
| <indexedAttribute>ou</indexedAttribute> |
| <indexedAttribute>uid</indexedAttribute> |
| </indexedAttributes> |
| <contextEntry> |
| <attribute id="objectClass"> |
| <value>top</value> |
| <value>domain</value> |
| <value>extensibleObject</value> |
| </attribute> |
| <attribute id="dc"> |
| <value>example</value> |
| <value>attr</value> |
| </attribute> |
| </contextEntry> |
| </partition> |
| <partition name="test"> |
| <suffix>ou=test</suffix> |
| <indexedAttributes> |
| <indexedAttribute>objectClass</indexedAttribute> |
| <indexedAttribute>ou</indexedAttribute> |
| <indexedAttribute>uid</indexedAttribute> |
| </indexedAttributes> |
| <contextEntry> |
| <attribute id="objectClass"> |
| <value>top</value> |
| <value>domain</value> |
| <value>extensibleObject</value> |
| </attribute> |
| <attribute id="dc"> |
| <value>example</value> |
| <value>attr</value> |
| </attribute> |
| </contextEntry> |
| </partition> |
| </partitions> |
| <bootStrapSchemas> |
| <schema>org.apache.ldap.server.schema.bootstrap.AutofsSchema</schema> |
| <schema>org.apache.ldap.server.schema.bootstrap.CoreSchema</schema> |
| <schema>org.apache.ldap.server.schema.bootstrap.CosineSchema</schema> |
| <schema>org.apache.ldap.server.schema.bootstrap.CorbaSchema</schema> |
| <schema>org.apache.ldap.server.schema.bootstrap.ApacheSchema</schema> |
| <schema>org.apache.ldap.server.schema.bootstrap.InetorgpersonSchema</schema> |
| <schema>org.apache.ldap.server.schema.bootstrap.JavaSchema</schema> |
| <schema>org.apache.ldap.server.schema.bootstrap.Krb5kdcSchema</schema> |
| <schema>org.apache.ldap.server.schema.bootstrap.NisSchema</schema> |
| <schema>org.apache.ldap.server.schema.bootstrap.SystemSchema</schema> |
| </bootStrapSchemas> |
| </directory-configuration> |