-
Notifications
You must be signed in to change notification settings - Fork 10
How to sync the email address in Wekan when the users has been import from LDAP with other mail #83
Comments
You have extra spaces in fieldmap. |
I modified by - LDAP_SYNC_USER_DATA_FIELDMAP={"cn:"name","mail":"email"} |
You should search previous open and closed issues and wiki about it, because someone has it working: |
I'm having the same issue. Has anyone found a documented solution? *edit: sorry, my problem is different: users have an e-mail address synchronized when being created, but it does not update if changed in the LDAP source. But it could be the same reason, I guess. I'm using the following configuration options:
|
So I found that my issue was a not running sync. The sync interval values I entered (number in quotes) was not accepted. Now I see at least that it is doing something. However, in my case there are even more issues which I did not solve yet. The log prints I guess a more detailed example with working values would be useful. I think I can share mine as soon as everything works as expected. |
I have the issue with the LDAP sync mail.
The users, initially, not mail address asigned, and Wekan created the email using the LDAP_DEFAULT_DOMAIN in docker-compose file.
Now, for each users, from the LDAP server has been assigned an email adreess, but don't sync in Wekan.
This is my docker-compose file:
Any idea? Thanks
The text was updated successfully, but these errors were encountered: