Re: ldap authentication hangs under fcgi

2008-08-28 Thread mattxbart
I figured this out with Michael over at the python-ldap-dev list. I ran valgrind on my fcgi socket and found that cx_Oracle would go absolutely nuts (for lack of a better term) when a global db cursor was present at the time of ldap.initialize(), causing a segmentation fault. On Aug 22, 4:24 pm,

ldap authentication hangs under fcgi

2008-08-22 Thread mattxbart
Has anyone used python-ldap under fastcgi? Through the python interpreter I get expected results (con.simple_bind returns authenticated status code or throws exception) but when executed through the admin web form I get gateway timeouts under eginx and 500's under lighttpd, both using fastcgi meth