From 0d5ff27d1f54d1fff7877a824652be83a2c8d5c3 Mon Sep 17 00:00:00 2001 From: chove Date: Sun, 2 Oct 2005 13:31:50 +0200 Subject: [PATCH] utilisation de la socket darcs-hash:20051002113150-4ec08-f4a052a8310fc760f102513c4b86d29e2b602b6e.gz --- gestion/gen_confs/exemptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/exemptions.py b/gestion/gen_confs/exemptions.py index 247d41be..49f9898f 100755 --- a/gestion/gen_confs/exemptions.py +++ b/gestion/gen_confs/exemptions.py @@ -31,7 +31,7 @@ class exemptions(gen_config) : machines = crans_ldap().search('exempt=*')['machine'] - pgsql = PgSQL.connect(host='rouge.adm.crans.org', database='filtrage', user='crans') + pgsql = PgSQL.connect(host='/var/run/postgresql', database='filtrage', user='crans') curseur = pgsql.cursor() requete="DELETE FROM exemptes"