-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement LDAP SYNC button to update users by LDAP_Unique_Identifier_Field #2262
Comments
can you please see in the database if there is any visible difference between the new and the old users? |
Problem is... I don't know how to access the mongo database directly. The DB is running in a docker container : but I can't connect to TCP port 27017 and the mongodump command returns : couldn't connect to [127.0.0.1] couldn't connect to server 127.0.0.1 |
Nevermind, I found the data and managed to export it. Indeed, there is a db field on a new user that is missing in all our existing users (ldap ID) : The only field with "ldap" on existing users is "ldap name", like this one : ldap^@^A^Bname^@^O^@^@^@joe |
@rodrigok are we setting the |
@rodrigok was there a migration step for this? |
Leaving the |
That worked !! Thank you very much |
Ok, thanks @matlj leave this issue open as we will use it to track the implementation of the button that will sync LDAP_Unique_Identifier_Field, and add to the users that dont have it yet too. |
Closes #2262; Implement LDAP user sync
We just upgraded our docker image to 0.18.0 and our users cannot login anymore (openldap binding). We tried to use the new default domain search instead of our custom query that was working in 0.17 but with the same result.
On the other hand, using a LDAP account that never logged in is successful. It seems it can't map the ldap user to the internal existing user (except for new users).
The text was updated successfully, but these errors were encountered: