Ldap configuration in Jetspeed 2.2.0
Thursday, June 18th, 2009Ldap configuration in Jetspeed 2 (JS2) is very easy. Its only two required steps to configure Ldap in JS2.
1) Enable Ldap module
First you need to create “spring-filter-key.properties” under jetspeed/WEB-INF/conf and add the following lines
#Turn on LDAP Security
spring.filter.key = portal.ldap
Spring-filter-key. properties can be used to enable or disable different module of jetspeed.
2) Define Ldap Connection propetries
Jetspeed [...] Read more »
Spring LDAP 1.3.0.RELEASE
Thursday, February 5th, 2009Spring LDAP 1.3.0.RELEASE
This is a major release, containing more than 50 fixes compared to the 1.2.1 version; modifications varying in importance from internal modifications and minor fixes to important bug fixes and and significant functionality additions.
Most importantly we now provide a means to perform simple LDAP authentication directly in LdapTemplate. Other useful improvements include TLS [...] Read more »