From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000696.html | 90 +++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000696.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000696.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000696.html b/zarb-ml/mageia-sysadm/2010-November/000696.html new file mode 100644 index 000000000..55754d9a7 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000696.html @@ -0,0 +1,90 @@ + + + + [Mageia-sysadm] [342] Allow user bugs to access template1 database + + + + + + + + + +

[Mageia-sysadm] [342] Allow user bugs to access template1 database

+ root at mageia.org + root at mageia.org +
+ Sat Nov 20 19:02:18 CET 2010 +

+
+ +
Revision: 342
+Author:   dmorgan
+Date:     2010-11-20 19:02:18 +0100 (Sat, 20 Nov 2010)
+Log Message:
+-----------
+Allow user bugs to access template1 database
+
+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-20 12:40:00 UTC (rev 341)
++++ puppet/modules/postgresql/templates/pg_hba.conf	2010-11-20 18:02:18 UTC (rev 342)
+@@ -100,6 +100,11 @@
+ hostssl   bugs             bugs            212.85.158.146/32       md5
+ hostssl   bugs             bugs            2a02:2178:2:7::2/128    md5
+ 
++host      template1        bugs            127.0.0.1/32            md5
++host      template1        bugs            ::1/128                 md5
++hostssl   template1        bugs            212.85.158.146/32       md5
++hostssl   template1        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
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101120/ab17b061/attachment.html>
+
+ + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1