Re: [PATCHES] Documentation fix for --with-ldap - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PATCHES] Documentation fix for --with-ldap
Date
Msg-id 200609042143.k84Lhhf04353@momjian.us
Whole thread Raw
In response to Re: [PATCHES] Documentation fix for --with-ldap  ("Albe Laurenz" <all@adv.magwien.gv.at>)
List pgsql-hackers
Albe Laurenz wrote:
> Peter Eisentraut wrote:
> > Am Montag, 4. September 2006 10:23 schrieb Albe Laurenz:
> >> This is just a 'one line' change in the documentation of
> >> the --with-ldap flag of ./configure
> >
> > Well, if you want to link from the configure option to the place where
> the
> > feature is explained, then that should be done consistently for all
> options.
> > That might bloat the installation instructions, though.  Not sure.
>
> I didn't think of that.
> Originally, all I wanted to do is change the wording from
>
> "Build with LDAP authentication support."
>
> to
>
> "Build with LDAP support for authentication and connection parameter
> lookup."
>
> Then I thought it might be nice to add links.
> But I don't think it is important.

More limited modification you mentioned added to documentation.

--
  Bruce Momjian   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +
Index: doc/src/sgml/installation.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v
retrieving revision 1.260
diff -c -c -r1.260 installation.sgml
*** doc/src/sgml/installation.sgml    17 Aug 2006 17:25:43 -0000    1.260
--- doc/src/sgml/installation.sgml    4 Sep 2006 21:42:13 -0000
***************
*** 853,860 ****
         <term><option>--with-ldap</option></term>
         <listitem>
          <para>
!          Build with <acronym>LDAP</><indexterm><primary>LDAP</></>
!          authentication support. On Unix, this requires the
           <productname>OpenLDAP</> package to be installed.
           <filename>configure</> will check for the required header files
           and libraries to make sure that your <productname>OpenLDAP</>
--- 853,861 ----
         <term><option>--with-ldap</option></term>
         <listitem>
          <para>
!          Build with <acronym>LDAP</><indexterm><primary>LDAP</></> support
!          for authentication and connection parameter lookup.
!          On Unix, this requires the
           <productname>OpenLDAP</> package to be installed.
           <filename>configure</> will check for the required header files
           and libraries to make sure that your <productname>OpenLDAP</>

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Trivial patch to double vacuum speed
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Trivial patch to double vacuum speed on tables with no indexes