Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleWork in progress

This site is in the process of being reviewed and updated.

Changes to LDAP configuration in 1.5.1

LDAP and LDAPS now use separate beans for configuration. The only difference is that the use of SSL is determined by parameter 'enabledLdaps'. Both LDAP and LDAPS must support certificate configuration because LDAP may use Start TLS, while LDAPS has SSL enabled "full time." Both LDAP and LDAPS follow parameter naming conventions with all the other protocol providers. So, the former ldapPort is now ipPort and the former ldapsPort is also now ipPort.

Also due to the common configuration used by all protocol providers, individual protocols are no longer enabled in MutableServerStartupConfiguration. Instead, individual services are enabled using the parameter 'enabled' on their individual beans.

Changes to the other protocols in 1.5.1

All protocols except LDAP are disabled by default.

...