[lc_ldap] Thank you Python bytecode!
This commit is contained in:
parent
9a2f53ab68
commit
e3a2939450
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ def ldif_to_cldif(ldif, conn, check_ctxt = True):
|
||||||
def cldif_to_ldif(cldif):
|
def cldif_to_ldif(cldif):
|
||||||
ldif = {}
|
ldif = {}
|
||||||
for attr, vals in cldif.items():
|
for attr, vals in cldif.items():
|
||||||
ldif[attr] = [ str(attr) for attr in vals ]
|
ldif[attr] = [ str(val) for val in vals ]
|
||||||
return ldif
|
return ldif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue