-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Description
Issue description:
After an upgrade from 3.0.0 to 3.1.0 I cannot login into my review board as the ldap module throws an error. After an downgrade everything works fine.
Steps to reproduce:
[...]
File "/opt/reviewboard/dist/lib/python2.7/site-packages/reviewboard/accounts/backends.py", line 1008, in authenticate
for uri, connection in self.get_ldap_connections(userdomain):
File "/opt/reviewboard/dist/lib/python2.7/site-packages/reviewboard/accounts/backends.py", line 935, in get_ldap_connections
connection = ldap.initialize(ldap_uri)
File "/opt/reviewboard/dist/lib/python2.7/site-packages/ldap/functions.py", line 85, in initialize
return LDAPObject(uri,trace_level,trace_file,trace_stack_limit,bytes_mode)
File "/opt/reviewboard/dist/lib/python2.7/site-packages/ldap/ldapobject.py", line 99, in __init__
self._trace_level = trace_level or ldap._trace_level
AttributeError: 'module' object has no attribute '_trace_level'
Operating system: Linux
Python version: 2.7.14
python-ldap version: 3.1.0 and 3.0.0
Xophmeister, BoFFire, demonno, Battlesheepu and spaceone
Metadata
Metadata
Assignees
Labels
No labels