When we configure our LDAP Search Filter to allow logging in with multiple attributes (email and sAMAccountName) the plugin creates a WordPress user based on the attribute the user is logging in with. This is good unless the user logs in with both attributes.
For example: If I login with <sAMAccountName> it will create a WordPress user <sAMAccountName>. Then if I login with <email> it creates a WordPress user <email> but <sAMAccountName> and <email> are the same user in LDAP. Now the user has two WordPress user accounts but should really only need one.
We need the Auto Registering function to check LDAP before creating the WordPress accounts to make sure the accounts are really different accounts. I thought maybe that is what the Attribute Mapping was for but after configuring that I still end up with two different accounts.
Please advise.