mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Normalize the primary key value to lowercase during migration.
https://bugzilla.redhat.com/show_bug.cgi?id=804609
This commit is contained in:
committed by
Martin Kosek
parent
b9c3eb79a9
commit
98a99cbca8
@@ -657,6 +657,7 @@ can use their Kerberos accounts.''')
|
||||
) + [o.lower() for o in entry_attrs['objectclass']]
|
||||
)
|
||||
)
|
||||
entry_attrs[ldap_obj.primary_key.name][0] = entry_attrs[ldap_obj.primary_key.name][0].lower()
|
||||
|
||||
callback = self.migrate_objects[ldap_obj_name]['pre_callback']
|
||||
if callable(callback):
|
||||
|
||||
Reference in New Issue
Block a user