Add cipher suite support to LdapConnectionConfig
------------------------------------------------
Key: DIRSHARED-133
URL: https://issues.apache.org/jira/browse/DIRSHARED-133
Project: Directory Shared
Issue Type: Improvement
Affects Versions: 1.0.0-M5
Reporter: Daniel Fisher
Priority: Minor
The current implementation of LdapConnectionConfig exposes properties for KeyManager[] and
TrustManager[], but not supported cipher suites. Some clients like to control ciphers on a
connection-by-connection basis, restricting to only certain strong ciphers. See http://download.oracle.com/javase/6/docs/api/javax/net/ssl/SSLSocketFactory.html
It may be more expedient to remove the KeyManager and TrustManager properties and expose a
single property for an SSLSocketFactory.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|