From ad448a12a1472b4166feb9b304065844e1abc823 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Wed, 10 Apr 2013 10:52:45 +0200 Subject: [PATCH] =?UTF-8?q?[lc=5Fldap]=20check=5Fctxt=20a=20vraiement=20?= =?UTF-8?q?=C3=A9t=C3=A9=20supprim=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc_ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lc_ldap.py b/lc_ldap.py index be6f438..1cd8c84 100644 --- a/lc_ldap.py +++ b/lc_ldap.py @@ -325,7 +325,7 @@ class lc_ldap(ldap.ldapobject.LDAPObject, object): continue else: # On crée l'attribut associé, pour parser sa valeur. - my_id = attributs.attrify(unicode(i), attr, self, False, None) + my_id = attributs.attrify(unicode(i), attr, self, None) if my_id.value != i: continue else: