Hi All,
I'm having a problem using ldap under webware.
Running under solaris 10 with python 2.8 and webware 0.8.1.
Skel of code failing from within webware :
import ldap
host = "MYHOST"
port = MYPORT
username = ""
password = ""
self.l = ldap.open( host, port )
self.l.protocol_version = ldap.VERSION3
self.l.bind( username, password )
The page-access clanks with a:
SERVER_DOWN: {'desc': "Can't contact LDAP server"}
The same code works just fine when run from the command line and as a
straight python cgi under apache.
Two Questions:
Has anyone else butted against this?
Is there something I can do with webware to crank up the debugging?
Thanks,
Joe.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Webware-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/webware-discuss