Re: LDAP Authentication issue.

2021-04-27 Thread Raghuveer Mudiraj
In the current reviewboard server, I don't see any other fields other than the one attached. On Tuesday, April 27, 2021 at 11:18:34 PM UTC+5:30 Christian Hammond wrote: > Hi, > > Sounds like authentication requirements changed on your LDAP server. > Review Board is currently trying to query

Re: LDAP Authentication issue.

2021-04-27 Thread Christian Hammond
Hi, Sounds like authentication requirements changed on your LDAP server. Review Board is currently trying to query the LDAP server anonymously, and the server is now rejecting that request. You’ll need to configure the appropriate credentials in Review Board, which will be dependent on your LDAP

LDAP Authentication issue.

2021-04-27 Thread Raghuveer Mudiraj
Hi, Last week I setup the LDAP authentication with respect to our ldap server which was working fine till last friday i.e. till 23rd Apr 2021. After that, I am not sure what happened, It started throwing an error as below 2021-04-27 16:01:31,158 - WARNING - - LDAP error: {'info': u'Server is

Re: LDAP Authentication issue

2017-03-05 Thread sureshkumar32
Thanks Christian! I made the changes as suggested, but Still I am facing the same issue. is it any version issue of python_ldap(python-ldap-2.4.32.win32-py2.6) or I am missing something On Saturday, March 4, 2017 at 2:35:08 AM UTC+5:30, Christian Hammond wrote: > > Hi, > > The problem may

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,

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