From 0a2734714127b01d1f77468766d132064a1d6a97 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 2 Feb 2010 19:09:37 +0000 Subject: 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. --- doc/src/sgml/client-auth.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') 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 @@ - + Client Authentication @@ -1375,8 +1375,8 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net" radiusserver - 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. -- cgit v1.2.3