Re: Problems setting up LDAP backend

2008-09-09 Thread Christian Hammond
Enabling LDAP is done by going into the Admin UI, clicking Settings, General, and then changing the Auth Type to LDAP and filling in the fields. We're going to begin moving the custom LDAP mods into our upstream LDAP class pretty soon so that you don't have to maintain your own copy. Christian -

Re: Problems setting up LDAP backend

2008-09-09 Thread Terry Rankine
Hi Mate in accounts/backends.py there is a class called LDAPBackend. The ldap mods that are spoken of are placed in here. The outcome of the mods we run on our system: 1. discover the DN to bind as (and check password) from the 'username' 2. on create user - get email from ldap too 3. o

Re: reviewboard.settings

2008-09-09 Thread Hemanshu Patel
first of all your settings.py file is your reviewboard.settings file. if you can tell me your directory structure and your appache config file i can help you further. On Fri, Sep 5, 2008 at 7:52 PM, Dean <[EMAIL PROTECTED]> wrote: > > I'll have to re-do this. When we installed reviewboard, we mus

Re: reviewboard.settings and exporting db

2008-09-09 Thread Hemanshu Patel
the setings.py file is your reviewboard.settings can you tell me what is your directory structure for reviewboard. and your config file for apache. so i can further help you On Mon, Sep 8, 2008 at 2:25 PM, Dean <[EMAIL PROTECTED]> wrote: > > I do not think we ran any install scripts for reviewboa

Re: Problems setting up LDAP backend

2008-09-09 Thread Martin
hi, I am new to this, would you mind providing a little howto? I.e. how to install that file you created etc? Thanks, Martin On Aug 11, 7:33 pm, teki <[EMAIL PROTECTED]> wrote: > I am using a slightly modified LDAP backend:http://gist.github.com/4967 > With this settings: > > LDAP_URI='ldap://1

Re: creating diff file for new file

2008-09-09 Thread Martin
if it is a brand new file, svn add does the trick. not sure about your other concern finding out its original revision id etc. do you want something like this? svn diff -r PREV:HEAD filename that way you get the diff of an already committed file with the changes which were submitted at that poi

Re: Clearcase Integration with Review Board... a hack way

2008-09-09 Thread ben
Hi Tarun, Has there been any progress with this? I'd also be interested in this. Thanks, Ben. On Jul 25, 7:46 am, Tarun <[EMAIL PROTECTED]> wrote: > I will work on getting post-review support for Clearcase as soon as > possible. I will keep you updated on how it goes. > > -Tarun > > On Jul 24,