document additional options for ssl connectiong, mainly needed by old libpq clients
authorxzilla <xzilla>
Mon, 18 Feb 2008 21:10:31 +0000 (21:10 +0000)
committerxzilla <xzilla>
Mon, 18 Feb 2008 21:10:31 +0000 (21:10 +0000)
conf/config.inc.php-dist

index 5b07cdd883e82def2ec7192fb6d03160ba1693b1..01d3e1d63db3ca7c051cc440a79728c7b54f2c40 100644 (file)
@@ -4,7 +4,7 @@
         * Central phpPgAdmin configuration.  As a user you may modify the
         * settings here for your particular configuration.
         *
-        * $Id: config.inc.php-dist,v 1.54 2007/11/30 15:53:50 soranzo Exp $
+        * $Id: config.inc.php-dist,v 1.55 2008/02/18 21:10:31 xzilla Exp $
         */
 
        // An example server.  Create as many of these as you wish,
 
        // Database SSL mode
        // Possible options: disable, allow, prefer, require
+       // To require SSL on older servers use option: legacy
+       // To ignore the SSL mode, use option: unspecified
        $conf['servers'][0]['sslmode'] = 'allow';
 
        // Change the default database only if you cannot connect to template1.
-       // For a PostgreSQL 8.1 server, you need to set this to 'postgres'.
+       // For a PostgreSQL 8.1+ server, you can set this to 'postgres'.
        $conf['servers'][0]['defaultdb'] = 'template1';
 
        // Specify the path to the database dump utilities for this server.