[lc_ldap] attrify ne prend pas de keyword arguments
This commit is contained in:
parent
46821d92dc
commit
28372a070e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def ldif_to_cldif(ldif, conn, check_ctxt = True):
|
|||
"""
|
||||
cldif = {}
|
||||
for attr, vals in ldif.items():
|
||||
cldif[attr] = [ attrify(val, attr, ldif, conn, check_ctxt = check_ctxt) for val in vals]
|
||||
cldif[attr] = [ attrify(val, attr, ldif, conn, check_ctxt) for val in vals]
|
||||
return cldif
|
||||
|
||||
def cldif_to_ldif(cldif):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue