blob: c4c06a307083756083c57761a117b6328c3d8fde [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<author email="akarasulu@apache.org">Alex Karasulu</author>
<title>User's Guide</title>
</properties>
<body>
<section name="User's Guide">
<p>
Here we have assembled a bunch of guides and howto like documents that
demonstrate how the server can be used. Hopefully this will grow into
a user's guide.
</p>
<table>
<tr>
<th>Topic</th>
<th>Description</th>
</tr>
<tr>
<td>
<a href="./building.html">Building</a>
</td>
<td>
Shows how to build the directory server from the repository.
</td>
</tr>
<tr>
<td>
<a href="./authentication.html">Authentication</a>
</td>
<td>
Demonstrates how to bind to the server as admin and setup other
user accounts.
</td>
</tr>
<tr>
<td>
<a href="./jndi.html">JNDI Properties</a>
</td>
<td>
Describes the JNDI properties used to control the behavoir and
configuration of the server.
</td>
</tr>
<tr>
<td>
<a href="./partitions.html">Partitions</a>
</td>
<td>
A howto on creating context partitions besides the system partition
and having them store entries for a specific naming context.
</td>
</tr>
<tr>
<td>
<a href="./plugin.html">Maven Plugin</a>
</td>
<td>
Lists the goals, properties and the steps required to integrate
your project with the Maven Plugin for the directory server.
</td>
</tr>
</table>
</section>
</body>
</document>