| Author |
Multiple LDAP Server Authentication in Jforum
|
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
The LDAP authentication class supplied does not support two servers. You'll have to modify it to do this. E.g., check the first and if it doesn't work, then check the second. [originally posted on jforum.net by monroe]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
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]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
Thanks for the information. [originally posted on jforum.net by beeyes]
|
 |
Sri mutyala
Greenhorn
Joined: Oct 01, 2012
Posts: 6
|
|
Hi,
I configured as you explained in the above for single server. LDAP is not working. Do i need to do any other configurations. Kindly please suggest me..
Regards,
Sri
|
 |
 |
|
|
subject: Multiple LDAP Server Authentication in Jforum
|
|
|