Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7055867

Browse filesBrowse files
author
Neil Conway
committed
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.
1 parent d2e17e1 commit 7055867
Copy full SHA for 7055867

File tree

Expand file treeCollapse file tree

1 file changed

+12
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-9
lines changed

‎doc/src/sgml/installation.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/installation.sgml
+12-9Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.263 2006/10/01 23:47:16 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.264 2006/10/12 18:49:32 neilc Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -856,14 +856,17 @@ su - postgres
856856
<term><option>--with-ldap</option></term>
857857
<listitem>
858858
<para>
859-
Build with <acronym>LDAP</><indexterm><primary>LDAP</></> support
860-
for authentication and connection parameter lookup.
861-
On Unix, this requires the
862-
<productname>OpenLDAP</> package to be installed.
863-
<filename>configure</> will check for the required header files
864-
and libraries to make sure that your <productname>OpenLDAP</>
865-
installation is sufficient before proceeding. On Windows,
866-
the default <productname>WinLDAP</> library is used.
859+
Build with <acronym>LDAP</><indexterm><primary>LDAP</></>
860+
support for authentication and connection parameter lookup (see
861+
<![%standalone-include[the documentation about client authentication
862+
and libpq]]><![%standalone-ignore[<xref linkend="libpq-ldap"> and
863+
<xref linkend="auth-ldap">]]> for more information). On Unix,
864+
this requires the <productname>OpenLDAP</> package to be
865+
installed. <filename>configure</> will check for the required
866+
header files and libraries to make sure that your
867+
<productname>OpenLDAP</> installation is sufficient before
868+
proceeding. On Windows, the default <productname>WinLDAP</>
869+
library is used.
867870
</para>
868871
</listitem>
869872
</varlistentry>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.