docs/161263: ldap handbook is incorrect
Niclas Zeising
niclas.zeising at gmail.com
Wed Oct 12 07:50:08 UTC 2011
The following reply was made to PR docs/161263; it has been noted by GNATS.
From: Niclas Zeising <niclas.zeising at gmail.com>
To: bug-followup at FreeBSD.org, mccann.brandon at gmail.com
Cc:
Subject: Re: docs/161263: ldap handbook is incorrect
Date: Wed, 12 Oct 2011 09:49:17 +0200
This is a multi-part message in MIME format.
--------------030401010105050301030801
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi!
Here is a patch that makes the article consistently use openldap24,
instead of a mix of openldap23 and openldap24.
Regards!
--
Niclas
--------------030401010105050301030801
Content-Type: text/plain;
name="doc.articles.ldap-auth.article.sgml.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="doc.articles.ldap-auth.article.sgml.diff"
Index: en_US.ISO8859-1/articles/ldap-auth/article.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/ldap-auth/article.sgml,v
retrieving revision 1.3
diff -u -d -r1.3 article.sgml
--- en_US.ISO8859-1/articles/ldap-auth/article.sgml 31 Jul 2010 11:06:18 -0000 1.3
+++ en_US.ISO8859-1/articles/ldap-auth/article.sgml 12 Oct 2011 07:39:01 -0000
@@ -80,9 +80,9 @@
concrete administration is
<application>OpenLDAP</application>-specific. There are several
server versions in ports, for example <filename
- role="package">net/openldap23-server</filename>. Client servers
+ role="package">net/openldap24-server</filename>. Client servers
will need the corresponding <filename
- role="package">net/openldap23-client</filename> libraries.</para>
+ role="package">net/openldap24-client</filename> libraries.</para>
<para>There are (basically) two areas of the LDAP service which need
configuration. The first is setting up a server to receive
@@ -239,7 +239,7 @@
<title>Configuring the Client</title>
<para>Install the <filename
- role="package">net/openldap23-client</filename> port for the
+ role="package">net/openldap24-client</filename> port for the
<application>OpenLDAP</application> libraries. The client
machines will always have <application>OpenLDAP</application>
libraries since that is all <filename
@@ -380,7 +380,7 @@
<application>OpenLDAP</application> libraries from <xref
linkend="ldap-connect-client">, but if you are installing several
client machines you will need to install <filename
- role="package">net/openldap23-client</filename> on each of
+ role="package">net/openldap24-client</filename> on each of
them.</para>
<para>&os; requires two ports to be installed to authenticate
--------------030401010105050301030801--
More information about the freebsd-doc
mailing list