diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-09-04 21:43:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-09-04 21:43:18 +0000 |
commit | 3bc7ededacf50815ee5d16ea34dcb1fb9b0ee70d (patch) | |
tree | e910323f4e8fe7e0e671e6a244b1956e76063ea5 | |
parent | ed8969b18717bb10f91b7baebcb8552f93aefdd7 (diff) | |
download | postgresql-3bc7ededacf50815ee5d16ea34dcb1fb9b0ee70d.tar.gz postgresql-3bc7ededacf50815ee5d16ea34dcb1fb9b0ee70d.zip |
Update LDAP installation wording.
Albe Laurenz
-rw-r--r-- | doc/src/sgml/installation.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 0769901f248..daa11b55941 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.260 2006/08/17 17:25:43 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.261 2006/09/04 21:43:18 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -853,8 +853,9 @@ su - postgres <term><option>--with-ldap</option></term> <listitem> <para> - Build with <acronym>LDAP</><indexterm><primary>LDAP</></> - authentication support. On Unix, this requires the + 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</> |