Re: LDAP Configuration

2009-04-23 Thread Gavin M. Roy
Perhaps it would be better to create a mapping config for this, with the defaults being what they are, as to not break pre-existing LDAP implementations? Gavin On Thu, Apr 23, 2009 at 7:48 PM, Christian Hammond wrote: > Looks like your LDAP server doesn't support the "givenName" field, which ou

Re: Problem with Subsequent Diffs

2009-03-16 Thread Gavin M. Roy
oard.org > VMware, Inc. - http://www.vmware.com > > > On Mon, Mar 16, 2009 at 10:09 AM, Gavin M. Roy wrote: >> >> Yes, sorry, this more accurately describes the problem.  If the >> exception wasn't clear it's 1.0a4. >> >> On Mon, Mar 16, 2009 at

Re: Problem with Subsequent Diffs

2009-03-16 Thread Gavin M. Roy
however viewing the diff of single revision > against the repository works fine. > But I'm also clueless why this happens. > BTW, repository is subversion. > > Thanks, > Stefan. > > On Mon, Mar 16, 2009 at 3:37 PM, Gavin M. Roy wrote: >> >> We're runn

Problem with Subsequent Diffs

2009-03-16 Thread Gavin M. Roy
We're running into issues in the case of a review where once the first diff is done, the developer is attaching the revised diff for review, but we're getting the following error: Traceback (most recent call last): File "/usr/local/lib/python2.6/site-packages/ReviewBoard-1.0alpha4-py2.6.egg/re

Image Upload Error

2009-02-23 Thread Gavin M. Roy
Running Reviewboard 1.0a4Python 2.6 Imaging (PIL) 1.1.6 Reviewboard is running as a SCGI process under Cherokee. Uploading an image gives me: "Upload a valid image. The file you uploaded was either not an image or a corrupted image." Any help or suggestions in tracking it down would be apprecia

Re: _md5 error

2009-01-01 Thread Gavin M. Roy
This email thread should help: http://bytes.com/groups/python/553380-python2-5-importerror-md5 On Thu, Jan 1, 2009 at 4:35 PM, carloc wrote: > > Hi, > > I keep on getting this error. > I followed the installation instructions that were found on the wiki. > > I am installing on ubuntu 8.10 deskto

Re: Unable to Login with Admin password

2008-12-07 Thread Gavin M. Roy
Split the Base DN: ou=active,ou=employees,ou=people,o=company.com and the User Mask: uid=%s or (uid=%s) On Sun, Dec 7, 2008 at 5:09 AM, Deepak <[EMAIL PROTECTED]> wrote: > > Hi Christian, > Thanx a lot. I will try with the lastest build. I have some more > details on the LDAP. Here is the sam

Re: Unable to Login with Admin password

2008-12-05 Thread Gavin M. Roy
This sets your LDAP account to a Django administrator account, thus giving your LDAP account on Reviewboard administrator access. On Fri, Dec 5, 2008 at 11:43 AM, Deepak <[EMAIL PROTECTED]> wrote: > > Thanx what does this actually do ? > > On Dec 5, 8:52 pm, "Gavin M.

Re: Unable to Login with Admin password

2008-12-05 Thread Gavin M. Roy
You can go into the database you setup for reviewboard and in the table auth_user and set your LDAP account row "is_superuser" = 't' On Fri, Dec 5, 2008 at 6:07 AM, Deepak <[EMAIL PROTECTED]> wrote: > > Hi, > We setup the review board on a Linux and was trying to setup the LDAP. > Now I log out a

Re: Specifying TLS certificate

2008-12-03 Thread Gavin M. Roy
Because of some of the differences of AD vs LDAP, does it make sense to make AD authentication a different option than LDAP? Have you submitted a patch for this? On Wed, Dec 3, 2008 at 11:11 PM, Terry Zhong <[EMAIL PROTECTED]> wrote: > > I don't know if you're using Active Directory as ldap serv

Re: Trouble getting Lucene working

2008-12-03 Thread Gavin M. Roy
t; Christian > > -- > Christian Hammond - [EMAIL PROTECTED] > VMware, Inc. > > > On Wed, Dec 3, 2008 at 7:09 PM, Gavin M. Roy <[EMAIL PROTECTED]> wrote: > >> Thanks! I imagine that would have worked if I wasn't getting the other >> error ;-) >&g

Re: Trouble getting Lucene working

2008-12-03 Thread Gavin M. Roy
the right commands. > > Christian > > -- > Christian Hammond - [EMAIL PROTECTED] > VMware, Inc. > > > > On Wed, Dec 3, 2008 at 6:50 PM, Gavin M. Roy <[EMAIL PROTECTED]> wrote: > >> I've compiled and installed pylucene, but when I try and get it working

Trouble getting Lucene working

2008-12-03 Thread Gavin M. Roy
I've compiled and installed pylucene, but when I try and get it working in reviewboard, I'm having issues based upon my assumptions of how to use rb-site in place of manage.py: "Finally, run ./manage.py index --full. This should give you a progress indicator, and may take some time depending on th

Screenshot/Image Upload Issue

2008-12-02 Thread Gavin M. Roy
I am trying to attach a screenshot/image and I am getting an error back saying it's an invalid image. I've tried a PNG, JPEG and GIF. I've installed the latest nightly of reviewboard using eazy_install and have the latest version of PIL. I've checked the upload directory permissions and they loo

Re: Installing Reviewboard - lighttpd - 500 Internal Server Error

2008-12-02 Thread Gavin M. Roy
on > implies that lighttpd will startup the fastcgi server on its own and > that you shouldn't have to run it yourself. I'll try the socket > approach and if it doesn't work then I'll just create a startup script > for that command. > > Thanks!! > > On Dec 2, 2:4

Re: Installing Reviewboard - lighttpd - 500 Internal Server Error

2008-12-02 Thread Gavin M. Roy
an option for me. > > On Dec 2, 2:23 pm, "Gavin M. Roy" <[EMAIL PROTECTED]> wrote: > > Are you missing reviewboard.fcgi as well? > > > > On Tue, Dec 2, 2008 at 3:22 PM, lapluviosilla <[EMAIL PROTECTED]>wrote: > > > > > > > >

Re: Installing Reviewboard - lighttpd - 500 Internal Server Error

2008-12-02 Thread Gavin M. Roy
lso tried following the Installing_on_Ubuntu_Gutsy and > Host_Requirements wikis. > > On Dec 2, 2:00 pm, "Gavin M. Roy" <[EMAIL PROTECTED]> wrote: > > I am running into this as well and have not been able to locate the > > reviewboard.fcgi file. Did you install this using

Re: Installing Reviewboard - lighttpd - 500 Internal Server Error

2008-12-02 Thread Gavin M. Roy
I am running into this as well and have not been able to locate the reviewboard.fcgi file. Did you install this using easy_install? If so that'd be a common element between our issues. Gavin On Dec 2, 2:45 am, lapluviosilla <[EMAIL PROTECTED]> wrote: > I've been trying to install ReviewBoard f

Re: LDAP authentication changes

2008-11-16 Thread Gavin M. Roy
gt; python :). > > Btw. one small suggestion - in the settings form I would change label > "LDAP server" to "LDAP URI" as you are expecting URI not the host > name. It's mentioned in the example but it was also my mistake, I just > put the hostname of our LDAP

Re: LDAP authentication changes

2008-11-16 Thread Gavin M. Roy
Ah yeah, it's in the field setting initial, I don't know how I missed that ;-) On Sun, Nov 16, 2008 at 10:35 AM, Gavin M. Roy <[EMAIL PROTECTED]> wrote: > With the patch I submitted, you set your LDAP Base DN, which would be > something like ou=users,cn=yourdomain,cn=com

Re: LDAP authentication changes

2008-11-16 Thread Gavin M. Roy
With the patch I submitted, you set your LDAP Base DN, which would be something like ou=users,cn=yourdomain,cn=com and then in the LDAP UID Mask use something like (uid=%s). I think the DN is still showing up in the UID Mask for a new install, I need to check that out and submit another patch to c

LDAP Patch

2008-11-12 Thread Gavin M. Roy
Please find the attached patch which will allow reviewboard r1570 to authenticate against OpenLDAP. Regards, Gavin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send emai