On Wed, Oct 24, 2007 at 07:31:09AM -0700, Arthi Ramachandran wrote: > URI /trac [LDAP: ssl connections not supported][Can't contact LDAP server]
Your ldap lib (which one?) lacks SSL support. Here (openldap) it works with: ./configure --prefix=/usr/local/openldap-2.3.38 --with-tls \ --enable-shared CFLAGS=-I/usr/local/openssl/include/openssl \ LDFLAGS=-L/usr/local/openssl/lib Rainer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
