Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3167 by [email protected]: LDAP Bind password should not be
cleared the second time you save the settings
http://code.google.com/p/reviewboard/issues/detail?id=3167
What version are you running?
git checkout of ReviewBoard, RBTools from December 3rd,
87597f428b7aafe02cd171042291c59189146ad0
What's the URL of the page containing the problem?
/admin/settings/authentication/
What steps will reproduce the problem?
1. Configure LDAP with Anonymous User Mask and Anonymous User Password
2. Save settings
3. Try to login with an LDAP account; it works
4. Open the authentication settings page again
5. Change nothing, press "save"
6. Try to login with an LDAP account; it fails
What is the expected output? What do you see instead?
I expected Reviewboard not to forget the bind password. I saw that the
value is purged from the database though:
After saving the first time:
mysql> SELECT settings FROM siteconfig_siteconfiguration\G
*************************** 1. row ***************************
settings: {[...], "auth_ldap_anon_bind_passwd": "HFXXXXXXXXXXXXXXXX", [...]
After saving the second time:
mysql> SELECT settings FROM siteconfig_siteconfiguration\G
*************************** 1. row ***************************
settings: {[...], "auth_ldap_anon_bind_passwd": "", [...]
What operating system are you using? What browser?
Linux, Firefox
Please provide any additional information below.
The people at our place that can access the ReviewBoard admin already know
the bind password, so for us it's no problem if the password is pre-filled
and shown whenever you open the settings page
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.