Hi,

Thank you.  I think you're right.  After re-editing the file more carefully,
the LDAP authentication piece is now working.

By the way, where is the code that connects to the ldap server, binds as
admin, searches for the user, etc.?  Is that part of Roller, or is that part
of Tomcat by default, or part of one of the extra .jar files that had to be
added during installation?

Thanks,
Ted

On 8/31/07, Dave <[EMAIL PROTECTED]> wrote:
>
> Look like you have an open bean.
>
> You open a <bean> element on line 73, but fail to close it.
>
>    <!-- BEGIN: LDAP/RollerDB hybrid security configuration -->
>    <bean id="initialDirContextFactory"
> class="org.acegisecurity.ldap.DefaultInitialDirContextFactory">
>    <constructor-arg value="ldap://ldap.macalester.edu:389/o=mac"/>
>      <property name="managerDn">
>        <value>SECRET_DN</value>
>      </property>
>      <property name="managerPassword">
>        <value>SECRET_PASSWORD</value>
>      </property>
>
> Add </bean> on line 81 to close that <bean>
>
> - Dave
>

Reply via email to