Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-20 Thread David Trowbridge
Looks like you need to update your installed django-evolution. -David On Wed, Mar 16, 2016 at 11:53 AM Jim Hagan wrote: > Okay, I restarted GUNICORN again and got this: > > ersionConflict: (django-evolution 0.7.5 > (/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/django_evolutio

Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim Hagan
Okay, I restarted GUNICORN again and got this: ersionConflict: (django-evolution 0.7.5 (/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg), Requirement.parse('django-evolution<=0.7.999,>=0.7.6')) ERROR:root:Error loading authentication backend ldap: (

Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread David Trowbridge
This sounds like it's not loading the entry points because of some unsatisfied or conflicting dependency. Can you check the reviewboard and webserver logs to see if there are any errors at start-up? -David On Wed, Mar 16, 2016 at 7:12 AM Jim H wrote: > > > I upgraded from 2.0.18 to 2.5.3. Afte

Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim H
I upgraded from 2.0.18 to 2.5.3. After this I was unable to login via Active Directory and when I create an admin account manually and looked at the *"Authentication Method"* dropdown, I was missing most of the options I previously had. My site config *JSON* is nearly identical to before, a

Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim Hagan
I had two versions 0.7.5 and 0.7.6. I ended up having to uninstall both and re-install 0.7.6. Thanks, Jim On Wed, Mar 16, 2016 at 2:54 PM, David Trowbridge wrote: > Looks like you need to update your installed django-evolution. > > -David > > On Wed, Mar 16, 2016 at 11:53 AM Jim Hagan wrote:

Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim Hagan
David, I can't find anything obvious in the logs. Doe sit help that I am able to run the following code from my django shell for the site in question... >>> import pkg_resources >>> for entry in pkg_resources.iter_entry_points('reviewboard.auth_backends'): ... print entry ... *x509 = reviewb