-
Type:
New Feature
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-M3 (2.0.0.v20120224)
-
Fix Version/s: 2.0.0-M4 (2.0.0.v20130125), 2.0.0
-
Component/s: studio-apacheds-configuration
-
Labels:None
In some case, the user might want to configure the keystore to use. The LdapServerBean contains some parameters allowing the user to do that :
/** The keystore file */
@ConfigurationElement(attributeType = "ads-keystoreFile")
/** The certificate password */
@ConfigurationElement(attributeType = "ads-certificatePassword")
The documentation for older version of ApacheDS (1.5.5) explains that we can modify the server.xml fle to do that :
http://directory.apache.org/apacheds/1.5/33-how-to-enable-ssl.html
It's actually missing in the Studio ApacheDS configuration plugin.