diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000296.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000296.html | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000296.html b/zarb-ml/mageia-sysadm/2010-November/000296.html new file mode 100644 index 000000000..2c8af9ed0 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000296.html @@ -0,0 +1,97 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [174] - make 'psql -U postgres' as root working + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B174%5D%20-%20make%20%27psql%20-U%20postgres%27%20as%20root%20working&In-Reply-To=%3C20101106074249.806BC3F8D0%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000295.html"> + <LINK REL="Next" HREF="000297.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [174] - make 'psql -U postgres' as root working</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B174%5D%20-%20make%20%27psql%20-U%20postgres%27%20as%20root%20working&In-Reply-To=%3C20101106074249.806BC3F8D0%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [174] - make 'psql -U postgres' as root working">root at mageia.org + </A><BR> + <I>Sat Nov 6 08:42:49 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000295.html">[Mageia-sysadm] [173] - root on the server is accepted as postgres user +</A></li> + <LI>Next message: <A HREF="000297.html">[Mageia-sysadm] [175] - notice the file is in svn +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#296">[ date ]</a> + <a href="thread.html#296">[ thread ]</a> + <a href="subject.html#296">[ subject ]</a> + <a href="author.html#296">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 174 +Author: nanardon +Date: 2010-11-06 08:42:49 +0100 (Sat, 06 Nov 2010) +Log Message: +----------- +- make 'psql -U postgres' as root working + +Modified Paths: +-------------- + puppet/modules/postgresql/templates/pg_hba.conf + puppet/modules/postgresql/templates/pg_ident.conf + +Modified: puppet/modules/postgresql/templates/pg_hba.conf +=================================================================== +--- puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 07:24:40 UTC (rev 173) ++++ puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 07:42:49 UTC (rev 174) +@@ -89,7 +89,7 @@ + host transifex transifex 2a02:2178:2:7::2/128 md5 + + # "local" is for Unix domain socket connections only +-local all all ident ++local all all ident map=local + # IPv4 local connections: + host all all 127.0.0.1/32 pam + # IPv6 local connections: + +Modified: puppet/modules/postgresql/templates/pg_ident.conf +=================================================================== +--- puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:24:40 UTC (rev 173) ++++ puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:42:49 UTC (rev 174) +@@ -40,4 +40,4 @@ + # ---------------------------------- + + # MAPNAME SYSTEM-USERNAME PG-USERNAME +-any root postgres ++local root postgres +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101106/01caa596/attachment-0001.html> +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000295.html">[Mageia-sysadm] [173] - root on the server is accepted as postgres user +</A></li> + <LI>Next message: <A HREF="000297.html">[Mageia-sysadm] [175] - notice the file is in svn +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#296">[ date ]</a> + <a href="thread.html#296">[ thread ]</a> + <a href="subject.html#296">[ subject ]</a> + <a href="author.html#296">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |