diff options
-rw-r--r-- | doc/src/sgml/release-12.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index bf32b200bf6..c1985d6822a 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -143,8 +143,7 @@ <listitem> <para> - Discovery of LDAP servers if <productname>PostgreSQL</productname> is - built with <productname>OpenLDAP</productname> + Discovery of LDAP servers using <acronym>DNS SRV</acronym> records </para> </listitem> @@ -1722,7 +1721,7 @@ Author: Thomas Munro <tmunro@postgresql.org> <para> This avoids the requirement of specifying - <literal>ldapserver</literal>, and is only supported if + <literal>ldapserver</literal>. It is only supported if <productname>PostgreSQL</productname> is compiled with <productname>OpenLDAP</productname>. </para> |