Hi all, I need to use LDAP via SSL, and I'm trying to accomplish this using the LDAPTransformer. Environment:
OS: Windows 2003 Advanced Server Cocoon: 2.1.3 JDK: 1.4.1_01 I don't have the option of upgrading any of this right now. In JDK prior to 1.4.2, you can't use the protocol ldaps in the url. So, if I were doing this manually (java), I'd have to do something to the effect of: env.put(Context.SECURITY_PROTOCOL, "ssl"); I don't see an attribute for the LDAPTransformer that would accomplish this? Am I simply overlooking something? Again, I can't use the ldaps protocol in the URL b/c it's not recognized prior to jdk 1.4.2. Thanks! David Day --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
