From d1dbeced783e922e4b1fdd22de969f2358b0c0f9 Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Thu, 18 Jun 2009 17:33:24 +0200 Subject: [PATCH] [gen_confs/adherent.py] edquota utilise les uid, ne pouvant resoudre les logins darcs-hash:20090618153324-bd074-552921035447e108af0de3556850e116ad60e14d.gz --- gestion/gen_confs/adherents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/adherents.py b/gestion/gen_confs/adherents.py index c335a630..522c9bb9 100644 --- a/gestion/gen_confs/adherents.py +++ b/gestion/gen_confs/adherents.py @@ -117,7 +117,7 @@ class home: raise OSError('home existant') ### Quota - status, output = commands.getstatusoutput('/usr/sbin/edquota -p pauget %s' % login ) + status, output = commands.getstatusoutput('/usr/sbin/edquota -p 1488 %s' % uid ) if status: print WARNING if self.debug: