833: Changing authentication method doesn't fully work
- UserError
- Review Board
lukasz*******@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Jan. 31, 2009 |
With rev 1717 changing the Authentication Method in the Admin Panel doesn't produce new form fields as it did with the previous versions, so it's impossible to set additional parameters for LDAP/AD/etc. Tested with Firefox 3.0.5 and Konqueror 4.1.4
Possible error msgs (from firefox's output): JQuery is not defined, lines 870,332 $ is not defined, multiple lines
I'm usually running python setup.py install straight from the svn export (setup.py returns an error when run from a clone, so an export has to be done). Maybe I'm wrong assuming that it would install the djblets from the repo...
Review Board's "setup.py install" will install Djblets if a newer version than what you have is requested, but I forgot to update the dependency until today. So you may want to do a "easy_install --upgrade Djblets" to make sure you have it. Also make sure to re-run "rb-site upgrade /path/to/site" and restart Apache for it to work.
It works now after exporting from svn. Please close this report.