What makes you believe you're still using the database? On Wed, Nov 4, 2009 at 1:20 AM, Rajasekhar C <[email protected]> wrote:
> Dear Experts, > > I am trying to setup the LDAP with Apache Roller. > I had followed the steps given in wiki: > > http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS > > Unfortunately it seems to be not using the LDAP settings. The roller still > using the database. > > *#roller-custom.properties* *:* > #=========================== > > installation.type=manual > #installation.type=auto > database.configurationType=jdbc > database.jdbc.driverClass=com.microsoft.sqlserver.jdbc.SQLServerDriver > > database.jdbc.connectionURL=jdbc:sqlserver://localhost:1214;DatabaseName=rollerdb > database.jdbc.username=sa > database.jdbc.password=sa123 > mail.configurationType=properties > mail.hostName=mail.test.com > [email protected] > mail.password=passwd > > # LDAP configuration > users.sso.enabled=true > #=========================== > > security.xml is modified as explained in the wiki guide. > > Please advise me if anything I am missing ? > > Thanks in advance. > > Raj. >
