What's the URL of the page containing the problem?
http://review.tor.rapid7.com/admin/settings/general/
What steps will reproduce the problem?
1. Install python-ldap
2. Restart the Review Board server
3. In the settings page, select LDAP as the "Authentication Method"
4. The page displays "LDAP authentication requires the python-ldap library,
which is not installed."
What is the expected output? What do you see instead?
The page should not display the above error message, but should allow the
enduser to configure the other LDAP options.
The problem is caused by apparently a typo. The attached patch fixes it and
fixed the pb for me.