diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-02-02 19:09:37 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-02-02 19:09:37 +0000 |
commit | 0a2734714127b01d1f77468766d132064a1d6a97 (patch) | |
tree | 8859cdbed8bc37a1a55f529a443061d353cc28c9 /doc/src | |
parent | d8db6a6096d1b901f2ad9077148a87cd95fb3e86 (diff) | |
download | postgresql-0a2734714127b01d1f77468766d132064a1d6a97.tar.gz postgresql-0a2734714127b01d1f77468766d132064a1d6a97.zip |
Make RADIUS authentication use pg_getaddrinfo_all() to get address of
the server.
Gets rid of a fairly ugly hack for Solaris, and also provides hostname
and IPV6 support.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 2e700fb533b..841e78dd534 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.129 2010/01/27 13:03:17 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.130 2010/02/02 19:09:36 mha Exp $ --> <chapter id="client-authentication"> <title>Client Authentication</title> @@ -1375,8 +1375,8 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net" <term><literal>radiusserver</literal></term> <listitem> <para> - The IP address of the RADIUS server to connect to. This must - be an IPV4 address and not a hostname. This parameter is required. + The name or IP address of the RADIUS server to connect to. + This parameter is required. </para> </listitem> </varlistentry> |