From: Sam Date: Sun, 11 Oct 2015 23:17:37 +0000 (+1100) Subject: Document version requirement for hba auth_type X-Git-Tag: pgbouncer_1_7_rc1~5^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15bf8fddbb4270a4a52a2b2326d60d569352bdd4;p=pgbouncer Document version requirement for hba auth_type Relates to: * https://github.com/pgbouncer/pgbouncer/issues/77 * https://github.com/pgbouncer/pgbouncer/issues/70 --- diff --git a/doc/config.rst b/doc/config.rst index 7167e9c..4fd86ed 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -97,6 +97,7 @@ auth_hba_file ------------- HBA configuration file to use when `auth_type`_ is ``hba``. +Supported from version 1.7 onwards. Default: not set @@ -109,7 +110,7 @@ hba Actual auth type is loaded from `auth_hba_file`_. This allows different authentication methods different access paths. Example: connection over unix socket use ``peer`` auth method, connection over TCP - must use TLS. + must use TLS. Supported from version 1.7 onwards. cert Client must connect over TLS connection with valid client cert.