From owner-freebsd-doc@FreeBSD.ORG Wed Oct 12 07:50:08 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A601D106564A for ; Wed, 12 Oct 2011 07:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7C8748FC1E for ; Wed, 12 Oct 2011 07:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9C7o8ms082203 for ; Wed, 12 Oct 2011 07:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9C7o8Kv082197; Wed, 12 Oct 2011 07:50:08 GMT (envelope-from gnats) Date: Wed, 12 Oct 2011 07:50:08 GMT Message-Id: <201110120750.p9C7o8Kv082197@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Niclas Zeising Cc: Subject: Re: docs/161263: ldap handbook is incorrect X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2011 07:50:08 -0000 The following reply was made to PR docs/161263; it has been noted by GNATS. From: Niclas Zeising To: bug-followup@FreeBSD.org, mccann.brandon@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 OpenLDAP-specific. There are several server versions in ports, for example net/openldap23-server. Client servers + role="package">net/openldap24-server. Client servers will need the corresponding net/openldap23-client libraries. + role="package">net/openldap24-client libraries. 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 @@ Configuring the Client Install the net/openldap23-client port for the + role="package">net/openldap24-client port for the OpenLDAP libraries. The client machines will always have OpenLDAP libraries since that is all OpenLDAP libraries from , but if you are installing several client machines you will need to install net/openldap23-client on each of + role="package">net/openldap24-client on each of them. &os; requires two ports to be installed to authenticate --------------030401010105050301030801--