From 0411b3d98666fafe5f4fc424d5833c715d6a8c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 19 Feb 2015 00:39:55 +0100 Subject: [PATCH] =?UTF-8?q?del=5Fuser=20prend=20une=20liste=20de=20cha?= =?UTF-8?q?=C3=AEnes=20en=20argument.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 339489f9..47fc246f 100644 --- a/gestion/gen_confs/adherents.py +++ b/gestion/gen_confs/adherents.py @@ -122,7 +122,7 @@ class home: uid = adh.uidNumber() mail_redirect = adh.email_exterieur() if oldHome and hostname == "zbee": - home_service = del_user([oldLogin, oldHome]) + home_service = del_user(["%s,%s" % (oldLogin, oldHome)]) home_service.delete_zbee() homesplit = home.split("/") symlink = "/home-adh/%s" % (homesplit[-1],)