utilisation de la socket
darcs-hash:20051002113150-4ec08-f4a052a8310fc760f102513c4b86d29e2b602b6e.gz
This commit is contained in:
parent
09e53dadc4
commit
0d5ff27d1f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue