-
Notifications
You must be signed in to change notification settings - Fork 10
Unable to sync user data #84
Comments
Syncing usernames is working for me, but syncing e-mail addresses does not work (yet) with the following settings with UCS LDAP. Therefore I think its a configuration issue.
|
are we talking about usernames (logon name) or the user's name (FullName, cn, DisplayName, ...)? What makes you think, that it's a configuration problem when you are unable to sync the mail address? |
I was talking about the full name. But I realized that it is being synced during the log in process, but not during the interval sync. Therefore I'm stuck at the same problem you're at. |
Ah okay, good to know. With my configuration, the full name is not even synced at login. |
I'm not really able to find any issues in the configuration so far. I think I need either more detailed debug messages or more documentation. My gut feeling right now is that the association of Wekan users to LDAP users is not working in the sync process. This could be due to wrong configuration parameters or a bug. *edit: I also see a The id is a parameter for the function in which the log line is created: *edit2: This id seems to get longer and longer for each new user created in Wekan. The latest user has an ID with 42 digits. |
I'm using docker-compose with the following file
The LDAP login works as expected, but the user data (full name) is not synced.
The log shows the following:
Am I doing anything wrong or is it a bug?
The text was updated successfully, but these errors were encountered: