View Single Post
  #2  
Old 05-26-2004, 08:50 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
It is strange.

Which Linux distribution are you using?

What kind of LDAP server is it? OpenLDAP or a commercial one?
Is that a TLS or plain connection?

LSWS use OpenLDAP's client library to contact LDAP server, and that's the error message reported by the library.

If you have not done so, you can try to do a search with OpenLDAP's command line client "ldapsearch" with the same information in your LDAP url, see if it works.

Also you can use command "tcpdump my.host.name" to trace tcp activities between two machines, please let me know what you get.

Best Regards,
George
Reply With Quote