Hannon Hill Corporation800.407.3540 | www.hannonhill.com | info@hannonhill.com
Makers of the Award-Winning Cascade Server content management
software
|
Using LDAP with SSLIn versions 4.0 and below, The communication between Cascade Server and the LDAP server used clear-text network data. That is, that data sent between the two servers, should a third party intercept the communications, would be able to be gleaned for user information in an insecure network environment. For that reason, this communication would need to occur in a secure network environment to ensure that enterprise login credentials were not compromised by an attacker. For versions 4.1 and higher, however, a plug-in module may be specified in the ldap-configuration file, using a common "binding" algorithm to establish an authenticated connection to the LDAP server. ldap-config.xml Both scenarios now use a plug-in module that is specified in the ldap-configuration file. This is configured using a “binding” element that should live in: ldap-synchronization-configuration/options/server/binding: The classname element specifies which binding implementation should be used when connecting to the LDAP under both scenarios. Cascade ships with two implementations of LDAPBind:
The LDAPSSLBind implementation, however should make use of three configurable parameters:
Additional NotesVersion 4.01 and 4.1 of Cascade server supported an ldap-synchronization/configuration/options/server/custom-bind-classname element which served a similar purpose. It should be considered deprecated and the new binding configuration should be used instead. The binding module that is specified in the ldap-config.xml file will be used both for authentication as well as user migration. The ldap-config.xml may be modified on-the-fly. That is, that any changes you make to the file should be picked up at the next user migration or LDAP-user login attempt. A fresh instance of your LDAPBind implementation will be constructed for each binding attempt. The LDAPSSLBind implementation currently supports SSLv3. |
| © 2001-2007 Hannon Hill Corporation. All rights reserved. | Full HTML Version |