Feature #10920
openEnabling unknown users creation by issues by email with ldap lookup
0%
Description
At the moment iss not possible to auto create user's from issue emails based on their email adress with ldap Authentication mode.
In our case the user's email shall be optionally tested (if ldap is used) if available on ldap and if yes corresponding ldap Authentication mode be set. This mus be an addiotional switch for the
RedmineReceivingEmails task
Related issues
Updated by Jean-Philippe Lang over 12 years ago
We should note that this wouldn't be compatible with #1913.
Updated by Terence Mill over 12 years ago
Updated by Jean-Philippe Lang over 12 years ago
Because we can't bind with user's credentials when looking for the user in the LDAP. All we've got is his email address, not his password.
Updated by Terence Mill over 12 years ago
Ah i see. We Don' use this binding, cause our ldap is open or we cann access via server-server cert or user/pwd.
This two parameters shall elimate each other.
I would suggest to settle this switch also at the ldap config and make checkbox for this switch dependent on checkbox of ldap binding #1913.