This week's book giveaway is in the Agile/Processes forum.
We're giving away four copies of Building Green Software: A Sustainable Approach to Software Development and Operations and have Anne Currie, Sarah Hsu , Sara Bergman 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

LDAP integration

 
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 again,

I am trying to integrate LDAP (Active Directory) with JFORUM and make the appropriate changes under SystemGlobal.properties.
It works only for users in location one only since we have different distinguished name for people in different location.
Any suggestion?Can we have multiple entries for LDAP.login.suffix?
here is ex:
user in location 1 cn=john smith, ou=Users,ou=Location1,dc=mycompany,dc=com
user in location 2 cn=ray johnson, ou=Users,ou=Location12,dc=mycompany,dc=com

Thank you all,

Christine
[originally posted on jforum.net by canit21]
 
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
Hm.. no, you can't do that currently.

If you provide some technical background on how this should work - or, even better, helping improving the JForum code -, we can fix this issue !

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic