Home : Digital Asset Management : OE Toolbar : Account Manager : L D A P Authentication
L D A P Authentication
Add this file: WEB-INF/pluginoverrides.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<beans>
<bean id="authenticator" class="com.openedit.users.authenticate.LdapAuthenticator">
<property name="server"><value>ldap://myserver.com</value></property>
</bean>
</bean>
With recent versions of OpenEdit you can also setup a property in the group or user such as:
ldapserver = ldap://myserver.com
That will be used instead of the default.
We are planning to support more parameters for LDAP so please check with us if you need those other features.
