Re: LDAP Authentication issue

2017-03-03 Thread Christian Hammond
Hi, The problem may have to do with this line: ldap.set_option(ldap.OPT_X_TLS_CACERTFILE, 'C:\Bitnami\reviewboardpowerpack-2.5.7-2\apps\ldapserver.crt') The backslashes in Python strings are used for escape codes. You'll want to turn that off. You can do so by putting a 'r' in front of it, like:

Re: Cannot add user to Invite Only group in RB 2.5.8

2017-03-03 Thread Christian Hammond
Hi, Can you go in the admin UI and look up the user with ID 62? Make sure it's in the database and see what the "Active" checkbox says. We had a bug like this before, but I had thought we fixed it. Christian On Fri, Mar 3, 2017 at 10:37 Kinyip Wong wrote: I am trying to add a user to an invit

Re: rbt post fails with git cat-file: could not get object info

2017-03-03 Thread Christian Hammond
Hi Greg, Are older diffs in Review Board able to load? (Ones that would have fallen out of cache). I'm curious if this is something affecting only newer diffs. This is often due to changes on the Git repository. Mirroring may be failing, for instance, if this is a clone of the main repository. M

Cannot add user to Invite Only group in RB 2.5.8

2017-03-03 Thread Kinyip Wong
I am trying to add a user to an invite only review group. When I click on "Save" . I will get an error message: "Select a valid choice. 62 is not one of the available choices." I am running on RB 2.5.8 and I have full admin right. Thanks, Kinyip -- Supercharge your Review Board with Power Pac

rbt post fails with git cat-file: could not get object info

2017-03-03 Thread Greg Burcher
Not sure what has changed in our configuration or repository that could be the problem. We have been using reviewboard for a couple of years. In the past couple of days, "rbt post" is failing for multiple users with: rbtools.commands.CommandError: Error validating diff The specified diff file c

LDAP Authentication issue

2017-03-03 Thread sureshkumar32
Hi I Installed Bitnami Review board,2.5.7-2 on Windows 2008, with python_ldap-2.4.32 tried both checked/uncheck Use of TLS for Authentication Ldap server:ldap://.:389 Ldap Base Dn:OU=<>,OU=<>,OU=<>,DC=<>,DC=<>,DC=<>,DC=<> when I login to the RB, with Standard ldap account I got below error "Pl