<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>

<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link = "/doc/en/auth-ldap.xml">

<!-- Title of the document -->

<title>Gentoo Linux LDAP Authentification</title>

<!-- Author(s) and Editors and such of the document 
     Place new <author>...</author> to add more credits 
 -->

<author title="Author">
    <mail link="robbat2@gentoo.org">Robin H. Johnson</mail>
</author>

<!-- Version of the document -->

<version>1.0</version>
<date>3rd of July 2003</date>

<!-- Small introduction about document, will be placed on the top right
     of the document.
-->

<abstract>
This guide informs you how to set up an LDAP server for authentification
purposes, and how you configure your clients to use it.
</abstract>

<chapter>
<title>Title of first chapter</title>

<section>
<title>Title of first section of the first chapter</title>

<body>
<p>
Some text 
</p>
<pre caption = "Title of codebox">
This is a codelisting.
Everything in this box is _verbatim_ copied, except for XML tags.
Use &lt; and &gt; for less-than and greater-than.
</pre>
<p>
Some more tekst. You can place commands in <c>commandtags</c>, paths
to files in <path>path-tags</path> etc.
</p>
</body>

</section>

<section>
<title>Title of second section of the first chapter</title>

<body>
<p>
You can do lists too:
</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>

<p>
In &lt;pre&gt; tags you can show what the user is supposed to type 
using &lt;i&gt; tags, have comments etc...
</p>

<pre caption = "Showing user input">
# <i>rm -rf /</i> <comment>(Don't do this!)</comment>
</pre>

<p>
If you want to, you can <e>emphasize</e> a word.
</p>

</body>

</section>
</chapter>

<chapter>
<title>Second chapter</title>

<section>
<body>

<p>
As you can see, no &lt;title&gt; tags here -- they aren't mandatory.
</p>

</body>
</section>

<section>
<title>Showing tables</title>

<body>
<p>
Use &lt;th&gt; for header-fields, &lt;ti&gt; for normal fields. Embrace
everything in &lt;tr&gt;'s.
</p>

<table>
<tr>
    <ti></ti><th>Keyword</th><th>Description</th>
</tr>
<tr>
    <th>Beer</th><ti>Alcohol</ti><ti>Not too much!</ti>
</tr>
<tr>
    <th>Chocolate</th><ti>Food</ti><ti>Not too much either</ti>
</tr>
<tr>
    <th>Sex</th><ti>Sport</ti><ti>The more, the better</ti>
</tr>
</table>


</body>
</section>

<section>
<title>References</title>
<body>

<p>
You can <uri link="http://www.gentoo.org">link</uri> to 
<uri>http://www.gentoo.org</uri>.
</p>

<p>
You can <mail link="swift@gentoo.org">mail</mail> if you want.
</p>

</body>
</section>

</chapter>
</guide>
