From 3b8817c8de2275ade4743c2cca3ff7c9ff792a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sat, 7 Mar 2015 09:44:31 +0100 Subject: [PATCH] =?UTF-8?q?objectClass,=20avec=20un=20C=20majuscule=20?= =?UTF-8?q?=C3=A0=20classe.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.py b/services.py index a99c92e..2d213e3 100644 --- a/services.py +++ b/services.py @@ -80,7 +80,7 @@ def services_to_args_dns(x): # Trouver comment faire le cas où on ajoute une redirection mail (il faut alors retourner un quadruplet "homedir,uidNumber,uid,mail") def services_to_args_home(old, new): - x = new['objectclass'][0] + x = new['objectClass'][0] if isinstance(x, attributs.Attr): proprio=x.parent elif isinstance(x, objets.proprio):