* Quelques erreurs, maintenant ça marche
This commit is contained in:
parent
6b55396794
commit
d12ad982cd
3 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue