Commit 7055867a authored by Neil Conway's avatar Neil Conway

In the installation docs, add some links to the documentation on LDAP

to the discussion of the "--with-ldap" configure option. Patch from
Albe Laurenz.
parent d2e17e1d
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.263 2006/10/01 23:47:16 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.264 2006/10/12 18:49:32 neilc Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]> <title><![%standalone-include[<productname>PostgreSQL</>]]>
...@@ -856,14 +856,17 @@ su - postgres ...@@ -856,14 +856,17 @@ su - postgres
<term><option>--with-ldap</option></term> <term><option>--with-ldap</option></term>
<listitem> <listitem>
<para> <para>
Build with <acronym>LDAP</><indexterm><primary>LDAP</></> support Build with <acronym>LDAP</><indexterm><primary>LDAP</></>
for authentication and connection parameter lookup. support for authentication and connection parameter lookup (see
On Unix, this requires the <![%standalone-include[the documentation about client authentication
<productname>OpenLDAP</> package to be installed. and libpq]]><![%standalone-ignore[<xref linkend="libpq-ldap"> and
<filename>configure</> will check for the required header files <xref linkend="auth-ldap">]]> for more information). On Unix,
and libraries to make sure that your <productname>OpenLDAP</> this requires the <productname>OpenLDAP</> package to be
installation is sufficient before proceeding. On Windows, installed. <filename>configure</> will check for the required
the default <productname>WinLDAP</> library is used. header files and libraries to make sure that your
<productname>OpenLDAP</> installation is sufficient before
proceeding. On Windows, the default <productname>WinLDAP</>
library is used.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment