-
Notifications
You must be signed in to change notification settings - Fork 213
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
Duplicate user login/email Again #504
Comments
Hello, is there any duplicated login or email indeed? |
Ok, Did you mean that the uid as login is wrong? |
No, uid is temporaty object from another bussines-software. By default the object uid is empty. The samAccounts object right login form, from ActiveDirectory. After Import user in sysPass visible login have form uid object, but if I try authenticate with uid logon name have mesage "ERROR Log in Type : authBrowser Type : authLdap LDAP Server : xxx.xx.xxx.xx " if use real samAccountsName message " Duplicated user login/email" Sorry for my english. |
Don't worry, I understood your issue. I'm currently solving it by adding an option to select which LDAP attribute should be used to the user's login. So the sysPass user's login will be the sAMAccountName in your case... |
Thank you very match. I will wait. |
To simplify it: You should always use the sAMAccountName as your login. This is beside the UID the most unique value, to be honest. I think you should force with your code, thats my professional view. |
It should be fixed in the latest commit to the master branch. Please download from the master branch |
From apache Log when I import |
Please download the latest update from the master branch. It should be fixed. |
Supper!!!! All works. Thank you very match. |
Hello, all!
Have trouble to autenticate in sysPass via LDAP
Import User from AD
Log from authentication
In Web
The FIX e97a9c5 do not resolve my trouble.
Please help resolve the issue.
The text was updated successfully, but these errors were encountered: