Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titleNew in Ceptor v6.5.4

From Ceptor v6.5.4 the default implementation of the LDAP Authentication plugin has switched to used UnboundID LDAP client - if you for any reason still need the old implementation, you can set the following configuration property:

Code Block
languagexml
<property name="ldapauthenticationplugin.classname" value="dk.itp.security.ldap.LdapAuthenticationPluginNS" description="Allows overriding the authentication plugin implementation"/>


...