From nobody@FreeBSD.org  Mon Oct  3 19:56:53 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0A5EF106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Oct 2011 19:56:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D588C8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Oct 2011 19:56:52 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p93JuqvT066849
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 3 Oct 2011 19:56:52 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p93JuqT7066848;
	Mon, 3 Oct 2011 19:56:52 GMT
	(envelope-from nobody)
Message-Id: <201110031956.p93JuqT7066848@red.freebsd.org>
Date: Mon, 3 Oct 2011 19:56:52 GMT
From: Brandon McCann <mccann.brandon@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ldap handbook is incorrect
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         161263
>Category:       docs
>Synopsis:       ldap handbook is incorrect
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 03 20:00:22 UTC 2011
>Closed-Date:    Thu Oct 13 17:21:17 UTC 2011
>Last-Modified:  Thu Oct 13 17:21:17 UTC 2011
>Originator:     Brandon McCann
>Release:        8.1
>Organization:
N/A
>Environment:
8.1-RELEASE-p5 FreeBSD 8.1-RELEASE-p5 #0: Tue Sep 27 16:49:00 UTC 2011     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
http://www.freebsd.org/doc/en/articles/ldap-auth/article.html

The documentation at the beginning says to install openldap24-server, but then halfway down it says to install openldap23-client when the version should stay the same so it should be changed to openldap24-client.
>How-To-Repeat:

>Fix:
update the handbook.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Mon Oct 3 20:14:40 UTC 2011 
Responsible-Changed-Why:  
Doc PR. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=161263 

From: Niclas Zeising <niclas.zeising@gmail.com>
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
        <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--
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Wed Oct 12 07:57:23 UTC 2011 
Responsible-Changed-Why:  
Grab this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161263 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/161263: commit references a PR
Date: Thu, 13 Oct 2011 17:04:31 +0000 (UTC)

 bcr         2011-10-13 17:04:17 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/articles/ldap-auth article.sgml 
   Log:
   Use a consistent version of the openldap port throughout the article.
   PR:             docs/161263
   Submitted by:   Brandon McCann (mccann dot brandon at gmail dot com)
   Patch by:       Niclas Zeising (niclas dot zeising at gmail dot com)
   
   Revision  Changes    Path
   1.4       +4 -4      doc/en_US.ISO8859-1/articles/ldap-auth/article.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: bcr 
State-Changed-When: Thu Oct 13 17:20:06 UTC 2011 
State-Changed-Why:  
Patch committed. Thanks to both of you for filing the PR and 
supplying a patch for it (respectively). PR closed! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161263 
>Unformatted:
