[Mageia-sysadm] [210] Add sympa to pgsql

root at mageia.org root at mageia.org
Tue Nov 9 00:18:51 CET 2010


Revision: 210
Author:   dmorgan
Date:     2010-11-09 00:18:50 +0100 (Tue, 09 Nov 2010)
Log Message:
-----------
Add sympa to pgsql

Modified Paths:
--------------
    puppet/modules/postgresql/templates/pg_hba.conf

Modified: puppet/modules/postgresql/templates/pg_hba.conf
===================================================================
--- puppet/modules/postgresql/templates/pg_hba.conf	2010-11-08 23:01:23 UTC (rev 209)
+++ puppet/modules/postgresql/templates/pg_hba.conf	2010-11-08 23:18:50 UTC (rev 210)
@@ -100,6 +100,11 @@
 hostssl   bugs             bugs            212.85.158.146/32       md5
 hostssl   bugs             bugs            2a02:2178:2:7::2/128    md5
 
+host      sympa            sympa           127.0.0.1/32            md5
+host      sympa            sympa           ::1/128                 md5
+hostssl   sympa            sympa           212.85.158.146/32       md5
+hostssl   sympa            sympa           2a02:2178:2:7::2/128    md5
+
 # "local" is for Unix domain socket connections only
 local   all             all                                     ident map=local
 # IPv4 local connections:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101109/40056ff2/attachment.html>


More information about the Mageia-sysadm mailing list