RBHTTPAuthBackend is a tool that implements a ReviewBoard legacy backend to be used with ReviewBoard - if you have protected your installation with basic http authentication. It allows your users to authenticate with reviewboard using the same credentials as the http authentication they use to access the ReviewBoard site.
Setup
1. Install RBHTTPAuthBackend:
# using pip
sudo pip install RBHTTPAuthBackend
# using easy_install
sudo easy_install RBHTTPAuthBackend
# from source
git clone http://hg.indydevs.org/rbhttpauthbackend && cd rbhttpauthbackend && sudo python setup.py build install
2. ensure that settings.EMAIL_DOMAIN is set to your default mail domain
3. Restart your web server running review board
4. Login in to review board as administrator
1. Go to Admin panel
2. Settings > Authentication
3. In the 'Authentication method' drop down, select 'Legacy Authentication Module'
4. Enter 'RBHTTPAuthBackend.RBHTTPAuthBackend' in the 'Backends' edit box.
5. Click on 'Save'
Requirements:
- Python
Comments not found