* Quelques erreurs, maintenant ça marche

This commit is contained in:
Pierre-Elliott Bécue 2013-01-28 22:47:19 +01:00
parent 6b55396794
commit d12ad982cd
3 changed files with 7 additions and 3 deletions

View file

@ -325,7 +325,8 @@ class lc_ldap(ldap.ldapobject.LDAPObject):
if i in nonfree:
continue
else:
my_id = attrify(i, attr, self, True)
# On crée l'attribut associé, pour parser sa valeur.
my_id = attrify(unicode(i), attr, {}, self, False)
if my_id.value != i:
continue
else: