6443N/A<?xml version="1.0" encoding="UTF-8"?>
6443N/A<!--
6443N/A ! CCPL HEADER START
6443N/A !
6443N/A ! This work is licensed under the Creative Commons
6443N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
6443N/A ! To view a copy of this license, visit
6443N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
6443N/A ! or send a letter to Creative Commons, 444 Castro Street,
6443N/A ! Suite 900, Mountain View, California, 94041, USA.
6443N/A !
6443N/A ! You can also obtain a copy of the license at
6443N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
6443N/A ! See the License for the specific language governing permissions
6443N/A ! and limitations under the License.
6443N/A !
6443N/A ! If applicable, add the following below this CCPL HEADER, with the fields
6443N/A ! enclosed by brackets "[]" replaced with your own identifying information:
6443N/A ! Portions Copyright [yyyy] [name of copyright owner]
6443N/A !
6443N/A ! CCPL HEADER END
6443N/A !
7308N/A ! Copyright 2011-2015 ForgeRock AS.
6443N/A !
6443N/A-->
6443N/A<book xml:id='admin-guide'
7321N/A xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
7321N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
7321N/A xsi:schemaLocation='http://docbook.org/ns/docbook
7321N/A http://docbook.org/xml/5.0/xsd/docbook.xsd'
7321N/A xmlns:xinclude='http://www.w3.org/2001/XInclude'>
6443N/A <info>
7165N/A <xinclude:include href="/shared/mediaobject-fr-logo.xml" />
7165N/A <title>OpenDJ Administration Guide</title>
7165N/A <subtitle>Version ${docTargetVersion}</subtitle>
6443N/A <abstract>
6443N/A <para>Hands-on guide to configuring and using OpenDJ features. The OpenDJ
6443N/A project offers open source LDAP directory services in Java.</para>
6443N/A </abstract>
6443N/A <copyright>
7308N/A <year>2011-2015</year>
7308N/A <holder>ForgeRock AS.</holder>
6443N/A </copyright>
6443N/A <authorgroup>
6443N/A <author>
7324N/A <personname><firstname>Mark</firstname> <surname>Craig</surname></personname>
7165N/A </author>
7165N/A <author>
7324N/A <personname><firstname>Nemanja</firstname> <surname>Lukić</surname></personname>
6443N/A </author>
6443N/A <author>
7324N/A <personname><firstname>Ludovic</firstname> <surname>Poitou</surname></personname>
6443N/A </author>
6443N/A <author>
7324N/A <personname><firstname>Chris</firstname> <surname>Ridd</surname></personname>
7165N/A <xinclude:include href="/shared/affiliation-fr.xml"/>
6443N/A </author>
6443N/A </authorgroup>
6443N/A <xinclude:include href='/legal.xml' />
6999N/A <date>${publicationDate}</date>
6999N/A <pubdate>${publicationDate}</pubdate>
6999N/A <releaseinfo>${softwareReleaseDate}</releaseinfo>
6443N/A </info>
6443N/A
6443N/A <toc />
6443N/A
6443N/A <xinclude:include href="preface.xml" />
6443N/A
6480N/A <xinclude:include href='chap-understanding-ldap.xml' />
6443N/A <xinclude:include href='chap-admin-tools.xml' />
6443N/A <xinclude:include href='chap-server-process.xml' />
6443N/A <xinclude:include href='chap-import-export.xml' />
6443N/A <xinclude:include href='chap-connection-handlers.xml' />
6443N/A <xinclude:include href='chap-privileges-acis.xml' />
6443N/A <xinclude:include href='chap-ldap-operations.xml' />
6443N/A <xinclude:include href='chap-rest-operations.xml' />
6443N/A <xinclude:include href='chap-indexing.xml' />
6443N/A <xinclude:include href='chap-replication.xml' />
6443N/A <xinclude:include href='chap-backup-restore.xml' />
6443N/A <xinclude:include href='chap-pwd-policy.xml' />
6443N/A <xinclude:include href='chap-account-lockout.xml' />
6443N/A <xinclude:include href='chap-resource-limits.xml' />
6443N/A <xinclude:include href='chap-groups.xml' />
6443N/A <xinclude:include href='chap-attribute-uniqueness.xml' />
6443N/A <xinclude:include href='chap-schema.xml' />
6443N/A <xinclude:include href='chap-referrals.xml' />
6443N/A <xinclude:include href='chap-virtual-attrs-collective-attrs.xml' />
6443N/A <xinclude:include href='chap-pta.xml' />
6443N/A <xinclude:include href='chap-samba.xml' />
6443N/A<!-- <xinclude:include href='chap-load-balancing.xml' /> -->
6443N/A<!-- <xinclude:include href='chap-failover.xml' /> -->
6443N/A<!-- <xinclude:include href='chap-chaining.xml' /> -->
6443N/A <xinclude:include href='chap-monitoring.xml' />
6443N/A <xinclude:include href='chap-tuning.xml' />
6443N/A <xinclude:include href='chap-change-certs.xml' />
6443N/A <xinclude:include href='chap-mv-servers.xml' />
6443N/A <xinclude:include href='chap-troubleshooting.xml' />
6443N/A
6443N/A <index />
6443N/A</book>