Hi all,
I have a problem understanding how ES Identity Correlation merges identities together.
Example:
I have a LDAP lookup A that gets me some users with identities like username1|
[email protected] - as well as another LDAP Lookup that gets identities like username_1a|
[email protected] . My expectation would be that ES merges the user that I can search the Identity Center for username1 and I will see username_1a as well - as they have the common identification of
[email protected] . However, this does not work.
Can someone enlight me why this is the case? Do I miss something here? I thought of merging both LDAP lookups together and outputting only one identity file. This however would spoil the possibility of giving username_1a another priority, as these are admin accounts.
Any suggestions?
... View more