aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/ldap-auth/article.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/articles/ldap-auth/article.sgml')
-rw-r--r--en_US.ISO8859-1/articles/ldap-auth/article.sgml20
1 files changed, 12 insertions, 8 deletions
diff --git a/en_US.ISO8859-1/articles/ldap-auth/article.sgml b/en_US.ISO8859-1/articles/ldap-auth/article.sgml
index fe8bdfd8bb..bdc3562cac 100644
--- a/en_US.ISO8859-1/articles/ldap-auth/article.sgml
+++ b/en_US.ISO8859-1/articles/ldap-auth/article.sgml
@@ -1,6 +1,8 @@
-<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
-<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
-%articles.ent;
+<?xml version="1.0" encoding="ISO8859-1" standalone="no"?>
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
+ "../../../share/sgml/freebsd42.dtd" [
+<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN" "../../share/sgml/entities.ent">
+%entities;
]>
<article lang="en">
@@ -17,8 +19,6 @@
</author>
</authorgroup>
- <pubdate>$FreeBSD$</pubdate>
-
<copyright>
<year>2007</year>
<year>2008</year>
@@ -30,6 +30,10 @@
&tm-attrib.general;
</legalnotice>
+ <pubdate>$FreeBSD$</pubdate>
+
+ <releaseinfo>$FreeBSD$</releaseinfo>
+
<abstract>
<para>This document is intended as a guide for the configuration
of an LDAP server (principally an <application>OpenLDAP</application>
@@ -218,7 +222,7 @@ Getting Private key</screen>
<filename>cacert.crt</filename> are the same file. If you are
going to use many <application>OpenLDAP</application> servers
(for replication via <literal>slurpd</literal>) you will want to
- see <xref linkend="ssl-ca"> to generate a CA key and use it to
+ see <xref linkend="ssl-ca"/> to generate a CA key and use it to
sign individual server certificates.</para>
<para>Once this is done, put the following in
@@ -378,7 +382,7 @@ cn: tuser</programlisting>
<para>The client should already have
<application>OpenLDAP</application> libraries from <xref
- linkend="ldap-connect-client">, but if you are installing several
+ linkend="ldap-connect-client"/>, but if you are installing several
client machines you will need to install <filename
role="package">net/openldap24-client</filename> on each of
them.</para>
@@ -570,7 +574,7 @@ passwd: files ldap</programlisting>
themselves. I provide some examples here. Note that if you write
your own password change script, there are some security issues
you should be made aware of; see <xref
- linkend="security-passwd"></para>
+ linkend="security-passwd"/></para>
<example id="chpw-shell">
<title>Shell script for changing passwords</title>