From: Jens V. <je...@zo...> - 2003-10-22 21:15:33
|
On Wednesday, Oct 22, 2003, at 13:09 US/Eastern, Anthony Barker wrote: > I was wondering if it is possible to use the ldap libraries to access > an ldap directory on port 636 using ssl. > > I couldn't find anything about it in the documentation. > ldap.initialize lets you pass in both simple LDAP URIs or TLS/LDAP URIs, such as "ldaps://my.server.com:636". Your underlying LDAP libraries must be built with SSL support to make this work. jens |