This week's book giveaway is in the General Computing forum.
We're giving away four copies of Raising Young Coders: A Parent’s Guide to Teaching Programming at Home and have Cassandra Chin on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Multiple LDAP Server Authentication in Jforum

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the information.
[originally posted on jforum.net by beeyes]
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic