Vote #71833
未完了Enabling unknown users creation by issues by email with ldap lookup
0%
説明
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
journals
We should note that this wouldn't be compatible with #1913.
--------------------------------------------------------------------------------
Why its not?
Jean-Philippe Lang wrote:
> We should note that this wouldn't be compatible with #1913.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,11045,automatic user creation via "redmine:email:receive .. unknown_user=create" ignores ldap realm/server user base