Thanks for the link. I had already seen it earlier. The issue has been solved now. We are using Microsoft Active Directory Server as our LDAP.
The problem was when the search base was set to the root dn. While performing search, for some reason, it was throwing an error (PartialResultException) in this case. After changing the search base to a specific path, it's working fine. Now I'm trying to synchronise both the LDAP and Roller database and I have some doubts. 1) How can we make sure that an ldap authenticated user gets automatically registered in roller database at first login? 2) How can we make sure that the user registration page is restricted to ldap authenticated users only? Thanks, Anish On Wed, Aug 26, 2009 at 4:27 PM, Dave <[email protected]> wrote: > Have you seen these instructions? > > > http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS > > - Dave > > > >
