LDAP configuration issue

  • retag add tags

i am trying to connect askbot locally setup to my ldap server but its not working and given below error. Any suggestions?

Exception happened during processing of request from ('10.96.181.147', 51019)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python2.7/dist-packages/django/core/servers/basehttp.py", line 102, in __init__
super(WSGIRequestHandler, self).__init__(args, *kwargs)
File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
self.handle()
File "/usr/local/lib/python2.7/dist-packages/django/core/servers/basehttp.py", line 167, in handle
self.raw_requestline = self.rfile.readline(65537)
File "/usr/lib/python2.7/socket.py", line 476, in readline
data = self._sock.recv(self._rbufsize)
timeout: timed out

Also where do we setup password of ldap server ???

manish's avatar
53
manish
asked 2016-03-02 08:50:00 -0500, updated 2016-03-03 03:12:02 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments