Re: There are only two Authentication method available.

2013-01-16 Thread Gav Main
Cheers for the pointer Stephen, I'll check it out. I welcome any solution that makes life easier. On 16 January 2013 20:30, Stephen Gallagher wrote: > On 01/16/2013 02:53 AM, Gav Main wrote: > > Hi Christian, > > > > I appreciate you replying so quickly. We have the RH supplied version > > instal

Re: There are only two Authentication method available.

2013-01-16 Thread Stephen Gallagher
On 01/16/2013 02:53 AM, Gav Main wrote: > Hi Christian, > > I appreciate you replying so quickly. We have the RH supplied version > installed (python-ldap-2.3.10-1.el6.x86_64). > > To give you a bit more information. We are looking to move from > ReviewBoard 1.6.5 -> 1.6.15. I have setup a lab in

Re: There are only two Authentication method available.

2013-01-16 Thread Gav Main
Awesome, that was a huge help! So the first time I ran the snippit below it gave me this: >>> import pkg_resources >>> list(pkg_resources.iter_entry_points('reviewboard.auth_backends')) [] To cut a long story short, we custom build packages for a lot of things and unpack them to /path/to/package

Re: There are only two Authentication method available.

2013-01-16 Thread Christian Hammond
Hi Gavin, Thanks for the detailed info. The fact that the LDAP setup isn't working shouldn't prevent Review Board from showing you the option in the list, so that's unlikely to be it. Try this on the server and see what happens: $ python >>> import pkg_resources >>> list(pkg_resour

Re: There are only two Authentication method available.

2013-01-15 Thread Gav Main
Hi Christian, I appreciate you replying so quickly. We have the RH supplied version installed (python-ldap-2.3.10-1.el6.x86_64). To give you a bit more information. We are looking to move from ReviewBoard 1.6.5 -> 1.6.15. I have setup a lab instance of ReviewBoard 1.6.5 running on RHEL 6.3, which

Re: There are only two Authentication method available.

2013-01-15 Thread Christian Hammond
Hi Gavin, You'll need the Python ldap module, if you don't have it already. Even though you're not using easy_install remotely, are you using it for the eggs you download, or are you using another method? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboa

Re: There are only two Authentication method available.

2013-01-15 Thread Gavin Main
I am facing the same issue. I unfortunately don't have the luxury of using easy_install as this requires a direct connection to the interwebs (something we can't allow). I have packaged up every ReviewBoard 1.6.15 dependency by hand. 'rb-site' upgrade hinted that I needed the following... Djble

Re: There are only two Authentication method available.

2012-10-09 Thread shravanthi s
I am facing a similar issue. Actually I had successfully configured LDAP and it was working fine (I am using version 1.6.5). However I had an issue with uploading jpeg images so I uninstalled PIL and did some modifications to setup.py (JPEG_ROOT = "/usr/lib") and reinstalled PIL along with libj

Re: There are only two Authentication method available.

2012-10-01 Thread Christian Hammond
Running 'easy_install ReviewBoard' won't actually do much of anything. You'd need to pass -U to do an upgrade. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Sat, Sep 29, 2012 at 12:32 AM, 周培青 wrote: > Hi

Re: There are only two Authentication method available.

2012-09-29 Thread 周培青
Hi Christian, I remember I used easy_install and I tried running easy_install ReviewBoard command again and got below information, >> easy_install ReviewBoard Searching for ReviewBoard Best match: ReviewBoard 1.6.11 Processing ReviewBoard-1.6.11-py2.6.egg ReviewBoard 1.6.11 is already the active

Re: There are only two Authentication method available.

2012-09-21 Thread Christian Hammond
How did you install Review Board? It looks like the registrations are missing, which indicates you may have used pip or something, instead of easy_install. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri