Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2978 by nano...@gmail.com: cannot log with an ldap account when password contains accent character or requires another encoding charset
http://code.google.com/p/reviewboard/issues/detail?id=2978

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!

What version are you running?
1.7.6

What's the URL of the page containing the problem?
xxxx/account/login

What steps will reproduce the problem?
1. ldap or active directory authentication configured on server
2. a user has modified his password and it contains one or several accent
3. try to login with this username

What is the expected output?
people should be authentified

What do you see instead?
no exception catched and notified to user


What operating system are you using? What browser?
Linux OS with chromium or firefox

fix is to call simple_bind_s with "password.encode('utf-8')" instead of "password"

Can we force encode('utf-8') for ldap or should there be an encoding system option in admin section ?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to