Re: Problems setting up LDAP backend

2008-06-27 Thread satish
Thanks Jeff for this tip. When I explicitly do "from django.conf import settings' it seems to print the AUTHETICATION_BACKENDS. Looks like if I do not do explicit import- I can print the AUTHENTICATION_BACKENDS. Python 2.4.3 (#1, Oct 23 2006, 14:19:45) [GCC 4.1.1 20060525 (Red Hat 4.1.1-1)] on li

Re: Problems setting up LDAP backend

2008-06-27 Thread Jeff Anderson
satish wrote: Hi Jeff, Thanks for helping me out here. I did enable logging on the LDAP server. Looks like the requests are not going to the LDAP server. I removed backends.pyc. When I run the server the next time, it should have generated the backends.pyc right? I also removed django.contrib.a

Re: Problems setting up LDAP backend

2008-06-27 Thread satish
Hi Jeff, Thanks for helping me out here. I did enable logging on the LDAP server. Looks like the requests are not going to the LDAP server. I removed backends.pyc. When I run the server the next time, it should have generated the backends.pyc right? I also removed django.contrib.auth.backends.Mo

Re: Problems setting up LDAP backend

2008-06-26 Thread Jeff Anderson
satish wrote: Hi All, I was able to setup review board with the default auth backend. However I am having problem setting it with LDAP. It looks like you are using the patch from ticket #2507 When you say "no errors or warnings" what undesired behavior are you experiencing? some things t

Problems setting up LDAP backend

2008-06-26 Thread satish
Hi All, I was able to setup review board with the default auth backend. However I am having problem setting it with LDAP. Here is what I did: 1). I added the following to the settings_local.py. Restarted the server "manage.py runserver 0.0.0.0:8000" I made sure all the LDAP props are correct.