Hi All,
I deployed connector and trying to do a test connection to OpenLDAP. Some basic functionality works fine. The issue I’m having is with mappings.
I can’t set entryUUID
to be my id
for users. As soon as I change the line in the mapping file to
id: raw_data['entryUUID'],
my authentication fails, so I have to keep it as raw_data.uid
though it’s far from perfect, as it potentially allow collisions for users in different containers
What am I missing here?