Justinas Urbanavicius
unread,Aug 8, 2013, 6:20:57 AM8/8/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhod...@googlegroups.com
after updating rhodecode i get the following error when logging in using ldap account:
2013-08-08 13:17:23.663 ERROR [rhodecode.lib.auth] Traceback (most recent call last):
File "/opt/rhodecode/rhodecode/lib/auth.py", line 215, in authenticate
aldap = AuthLdap(**kwargs)
File "/opt/rhodecode/rhodecode/lib/auth_ldap.py", line 58, in __init__
self.TLS_REQCERT = getattr(ldap, 'OPT_X_TLS_%s' % tls_reqcert,
NameError: global name 'ldap' is not defined
previously it worked fine
am i missing some dependency ?