Hi,
In my Jform configuration for LDAP in jforum/WEB-INF/config/SystemGlobals.properties file is
ldap.server.url =
ldap://ldap.server1.com
ldap.login.suffix = ou=People,dc=server1,dc=com
i want to add another LDAP Server Details to Authenticate the same application, for that i have added 2 more lines
ldap.server.url =
ldap://ldap.server2.com
ldap.login.suffix = ou=People,dc=server2,dc=com
but its not working , can any one tell me how to configure multiple LDAP servers for Jforum
Thanks in Advance
[originally posted on jforum.net by beeyes]