From aa8eddfce73b960738d5291d4703da78e4e5485d Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Tue, 30 Jun 2015 20:44:39 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=202=20configuration=20:=20test(vo)?= =?UTF-8?q?=20ou=20prod,=20acl=20diff=C3=A9rents,=20ainsi=20que=20soit=20p?= =?UTF-8?q?ostgres=209.1=20ou=209.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{ident-mapping.xml => postgresql-9.1.xml} | 2 +- Bundler/postgresql-9.4.xml | 5 + Metadata/groups.xml | 17 +- Python/etc/postgresql/9.1/main/pg_hba.conf | 101 +++++----- Python/etc/postgresql/9.1/main/pg_ident.conf | 74 ++++--- Python/etc/postgresql/9.4/main/pg_hba.conf | 187 ++++++++++++++++++ Python/etc/postgresql/9.4/main/pg_ident.conf | 134 +++++++++++++ 7 files changed, 440 insertions(+), 80 deletions(-) rename Bundler/{ident-mapping.xml => postgresql-9.1.xml} (83%) create mode 100644 Bundler/postgresql-9.4.xml create mode 100644 Python/etc/postgresql/9.4/main/pg_hba.conf create mode 100644 Python/etc/postgresql/9.4/main/pg_ident.conf diff --git a/Bundler/ident-mapping.xml b/Bundler/postgresql-9.1.xml similarity index 83% rename from Bundler/ident-mapping.xml rename to Bundler/postgresql-9.1.xml index 587d88e..7f0a627 100644 --- a/Bundler/ident-mapping.xml +++ b/Bundler/postgresql-9.1.xml @@ -1,4 +1,4 @@ - + diff --git a/Bundler/postgresql-9.4.xml b/Bundler/postgresql-9.4.xml new file mode 100644 index 0000000..f0b9c11 --- /dev/null +++ b/Bundler/postgresql-9.4.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/Metadata/groups.xml b/Metadata/groups.xml index e0f42c6..89ee04b 100644 --- a/Metadata/groups.xml +++ b/Metadata/groups.xml @@ -222,6 +222,8 @@ + + @@ -270,6 +272,7 @@ + @@ -1371,7 +1374,19 @@ - + + + + + + + + + + + + +