sync_existing with multiple entries #506
-
Reading the docs it isn't immediately clear to me how the authentication config setting https://ldaprecord.com/docs/laravel/v2/auth/configuration/#sync-existing-records For example, if I try to find this user in the database:
With the sync_existing config of:
Will it try to locate a user by:
I have many cases where users have a mixture of details, which the sync_existing being an or would handle, especially if it prioritised matches in order of precedence. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found some time to investigate this today. Sync existing is an AND check, unfortunately for my situation. |
Beta Was this translation helpful? Give feedback.
I found some time to investigate this today. Sync existing is an AND check, unfortunately for my situation.