blob: 1354389fdf8ca3e66cded72d770309a03a545387 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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.
-->
<!DOCTYPE server>
<server>
<mbean code="org.apache.directory.server.sar.DirectoryService"
name="apacheds.system:service=Directory">
<attribute name="EmbeddedServerEnabled">true</attribute>
<attribute name="ContextProviderURL">
uid=admin,ou=system
</attribute>
<attribute name="ContextSecurityAuthentication">
simple
</attribute>
<attribute name="ContextSecurityCredentials">secret</attribute>
<attribute name="ContextSecurityPrincipal">
uid=admin,ou=system
</attribute>
<!-- ###################################################################
Embedded Apache Directory
################################################################### -->
<attribute name="EmbeddedWkdir">
${reims.jboss.dir}/conf/apacheds-store
</attribute>
<attribute name="EmbeddedLDIFdir">
${reims.jboss.dir}/conf/apacheds-ldif
</attribute>
<attribute name="EmbeddedLDIFFilters">
<!--
Entries will optionally be filtered using LdifLoadFilters in the
order specified. The example included Krb5KdcEntryFilter will filter
kerberos principals creating keys for them using their
userPassword attribute if present.
-->
<xml-properties>
<config-property name="Krb5KdcEntryFilter">
org.apache.directory.server.protocol.common.store.Krb5KdcEntryFilter
</config-property>
</xml-properties>
</attribute>
<!-- Access control -->
<attribute name="EmbeddedAccessControlEnabled">false</attribute>
<attribute name="EmbeddedAnonymousAccess">false</attribute>
<!-- Wire protocols -->
<attribute name="EmbeddedEnableNtp">false</attribute>
<attribute name="EmbeddedEnableKerberos">false</attribute>
<attribute name="EmbeddedEnableChangePassword">false</attribute>
<attribute name="EmbeddedLDAPNetworkingSupport">true</attribute>
<attribute name="EmbeddedLDAPPort">389</attribute>
<attribute name="EmbeddedLDAPSPort">636</attribute>
</mbean>
</server>