3286: LDAP auth issue on reviewboard 1.7.21
- Incomplete
- Review Board
tanwee******@gmai***** (Google Code) (Is this you? Claim this profile.) | |
June 11, 2014 |
What version are you running? 1.7.21 What's the URL of the page containing the problem? LDAP Authentication What steps will reproduce the problem? 1. setup Auth method to LDAP 2. put LDAP server name ( tried both just server name and ldap://servername:389 ) 3. put LDAP Base DN ( this value is correct as it works fine on other servers like phabricator ) 4. enter E-mail domain and User mask then check TLS option 5. click on save which works fine What is the expected output? What do you see instead? LDAP auth should work after this point but it does'nt, don't see any error either :(, please can you point me on log file to look? i can't find any file in system with name reviewboard.log :( What operating system are you using? What browser? RHEL 6.4 on server, chrome browser Please provide any additional information below.
/usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26: DeprecationWarning: Authentication backends without a `supports_inactive_user` attribute are deprecated. Please define it in <class 'reviewboard.accounts.backends.LDAPBackend'>.
I configured logging, here's what exactly i am getting if i try to login via ldap account.. LDAP error: {'info': 'The provided value XXXXXX could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name', 'desc': 'Operations error'}
It would be very helpful to know what your configuration looks like. Without specific examples of the kind of configurations that cause this error, it's very difficult to know what might be going wrong.
-
+ NeedInfo