-
Notifications
You must be signed in to change notification settings - Fork 214
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
Giving LDAP Users Access #17
Comments
Single quotes in user's hash salt missing. |
How would I go about fixing this? |
Fix released, please unpack latest release on the same location. |
Does the fix let to log in with an LDAP user account? |
Yes, LDAP users now work correctly. Thank you! |
Thank you for the feedback ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Though there is an LDAP configuration, there doesn't seem to be a way to give LDAP users access to the sysPass system. How would one accomplish this?
When attempting to login using an account within the group specified, Internal Error is displayed. This appears in the log:
You have an error in your SQL syntax; Manual That Corresponds the check to your MySQL server version for the right syntax to use near 'T} HFs_ JPR S,? user_email = 'r' at line 6 (1064)
SQL: INSERT INTO usrData SET \ n user_name = \ '----, ----- ', \ n user_groupId = 0, \ n user_login = \ '-----.----- ', \ n user_pass = \ '--------------------------------------------------- ', \ n user_hashSalt =
7 +8 CT} HFs_? JPR? S, \ n user_email = \ '[email protected] \ ', \ n user_notes = \ "LDAP ', \ n user_profileId = 0, \ n user_isLdap = 1, \ n = 1 user_isDisabled
Specific user information has been removed.
The text was updated successfully, but these errors were encountered: