mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Store encoded attribute values from search results directly in entry objects.
https://fedorahosted.org/freeipa/ticket/3521
This commit is contained in:
parent
a7180ed021
commit
78f0ca983b
@ -443,7 +443,7 @@ class IPASimpleLDAPObject(object):
|
||||
ipa_entry = LDAPEntry(self, DN(original_dn))
|
||||
|
||||
for attr, original_values in original_attrs.items():
|
||||
ipa_entry[attr] = self.decode(original_values, attr)
|
||||
ipa_entry.raw[attr] = original_values
|
||||
|
||||
ipa_result.append(ipa_entry)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user