Re: Unsuccessful LDAP Authentication

2010-07-08 Thread Paul Schulz
Are you able to query the LDAP server directly? Try 'ldapvi --discover' or 'ldapsearch -h xyz.something.com On Fri, Jul 9, 2010 at 2:46 PM, gauri.khandekar wrote: > Here's my values : (replaced actual with dummy names) > > Authentication Method         : LDAP > Authentication Method         : ld

Re: Trying to demo review board

2010-07-08 Thread Jan Koprowski
On 7 Lip, 21:12, Erik Bleifield wrote: > I am seeking to propose using reviewboard at my company. We are one > more TFS shop. > > Short of full TFS support, I am attempting to at least demo the > functionality of reviewboard for a group of interested folks. > > I have some code files - initial a

Re: How to issue a "New Review Request"

2010-07-08 Thread Jan Koprowski
How do You generate Your diff? This is important to generate diff in unified format [http://en.wikipedia.org/wiki/Diff#Unified_format]. There is also a tool to generate diff and send it automatically to ReviewBoard called RBTools. Please read about post-review command [http://www.reviewboard.org/do

Re: Unsuccessful LDAP Authentication

2010-07-08 Thread Jan Koprowski
Everything looks fine except Anonymous User Mask and Anonymous User Password. I use LDAP authentication for Active Directory. In my situation to login I must fill this two fields. Anonymous User Mask: usern...@windows.domain Anonymous User Password : usernamePassword On 9 Lip, 07:16, "gau

Re: Unable to view repository name while creating a new review

2010-07-08 Thread Jan Koprowski
In form where You add repository You must check [x] "Show this repository" to make repository visible. On 8 Lip, 12:45, Dhanabalan Balasundaram wrote: > Hello, > > I have added a new svn repository (name and repository path, username and > password) in ReviewBoard as review board admin and given

Re: Unsuccessful LDAP Authentication

2010-07-08 Thread gauri.khandekar
Here's my values : (replaced actual with dummy names) Authentication Method : LDAP Authentication Method : ldap://xyz.something.com:port LDAP Base DN : ou=,o= LDAP Base DN : None (i.e i've left this field empty) E-Mail LDAP Attribute : ma

Re: Unsuccessful LDAP Authentication

2010-07-08 Thread gauri.khandekar
Here's my values : (replaced actual with dummy names) Authentication Method : LDAP Authentication Method : ldap://xyz.something.com:port LDAP Base DN : ou=,o= LDAP Base DN : None (i.e i've left this field empty) E-Mail LDAP Attribute : ma

Re: Update from review board 1.5 beta1 to 1.5rc1

2010-07-08 Thread Jothiram
Hi Christian, Just now figured that out. Now it is working. Thank you. Joe On Jul 8, 5:06 pm, Christian Hammond wrote: > Did you run 'rb-site upgrade' on your site? That's alway required after an > upgrade, and performs such tasks as upgrading your database schema (which is > the problem here).

Re: Update from review board 1.5 beta1 to 1.5rc1

2010-07-08 Thread Christian Hammond
Did you run 'rb-site upgrade' on your site? That's alway required after an upgrade, and performs such tasks as upgrading your database schema (which is the problem here). Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmwa

Update from review board 1.5 beta1 to 1.5rc1

2010-07-08 Thread Jothiram
Hello, I updated my review board from 1.5beta1 to 1.5rc1 and I used easy_install to do the update. Now when I view diff of the existing review requests, I get the following error: "Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/ReviewBoard-1.5rc1-py2.5.egg/ reviewboar

Unable to view repository name while creating a new review

2010-07-08 Thread Dhanabalan Balasundaram
Hello, I have added a new svn repository (name and repository path, username and password) in ReviewBoard as review board admin and given a user full permission to create reviews, modify etc. When the user logged in to the ReviewBoard server and try to create a new review, the repository field is

Re: Unsuccessful LDAP Authentication

2010-07-08 Thread Paul Schulz
What values are you using for the following fields? We are using something like the following (LDAP without SSL or TLS, listening on port 389 Authentication Method: LDAP LDAP Server: ldap://ldap.example.com:389 LDAP Base DN: ou=people,dc=example,dc=com User Mask: (uid=%s) On Thu, Jul 8, 2010 at

Re: Unsuccessful LDAP Authentication

2010-07-08 Thread Jan Koprowski
Could You paste here example configuration (with faked data of course) ? Maybe I can help. In my company LDAP authentication works fine. Greetings from Poland! -- Jan On Jul 8, 12:43 pm, "gauri.khandekar" wrote: > Hi, > > I am trying hard to set up LDAP Authentication for my ReviewBoard > setup

Unsuccessful LDAP Authentication

2010-07-08 Thread gauri.khandekar
Hi, I am trying hard to set up LDAP Authentication for my ReviewBoard setup , but no luck as yet. I've got my Sys Admin to help me with LDAP settings, so I am pretty sure that there is nothing wrong with those Using RB versoin 1.0.8 Using memcached,mod_python I've Installed python-ldap module