Re: Unsuccessful LDAP Authentication

2010-07-09 Thread Jan Koprowski
One more thing. LDAP Base DN in my situation looks like: LDAP Base DN: DC=something,DC=name,DC=company On Jul 9, 7:16 am, "gauri.khandekar" wrote: > Here's my values : (replaced actual with dummy names) > > Authentication Method         : LDAP > Authentication Method         : ldap://xyz.somethi

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: 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: 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: 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