|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation"> |
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]> |
@@ -856,14 +856,17 @@ su - postgres |
856 | 856 | <term><option>--with-ldap</option></term> |
857 | 857 | <listitem> |
858 | 858 | <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. |
867 | 870 | </para> |
868 | 871 | </listitem> |
869 | 872 | </varlistentry> |
|