Skip to content

Instantly share code, notes, and snippets.

@jconnolly
Created December 3, 2013 21:26
Show Gist options
  • Save jconnolly/7777758 to your computer and use it in GitHub Desktop.
Save jconnolly/7777758 to your computer and use it in GitHub Desktop.
ldap craps the bed
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 115, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/opt/graphite/webapp/graphite/account/views.py", line 31, in loginView
user = authenticate(username=username,password=password)
File "/usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py", line 60, in authenticate
user = backend.authenticate(**credentials)
File "/opt/graphite/webapp/graphite/account/ldapBackend.py", line 37, in authenticate
resultType, resultData = conn.result( resultID, 0 )
File "/usr/lib64/python2.6/site-packages/ldap/ldapobject.py", line 436, in result
res_type,res_data,res_msgid = self.result2(msgid,all,timeout)
File "/usr/lib64/python2.6/site-packages/ldap/ldapobject.py", line 440, in result2
res_type, res_data, res_msgid, srv_ctrls = self.result3(msgid,all,timeout)
File "/usr/lib64/python2.6/site-packages/ldap/ldapobject.py", line 446, in result3
ldap_result = self._ldap_call(self._l.result3,msgid,all,timeout)
File "/usr/lib64/python2.6/site-packages/ldap/ldapobject.py", line 96, in _ldap_call
result = func(*args,**kwargs)
NO_SUCH_OBJECT: {'desc': 'No such object'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment