• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Unable to configure LDAP authentication against Active Directory

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have followed all the suggestions mentioned at 'http://www.jforum.net/doc/Authenticators' to configure JForum authentication mechanism against an Active Directory in ou LAN, but with our success

Any ideas would be very helpful ???

Thanks

Dipankar Das
[originally posted on jforum.net by dipankar]
 
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
I'm not sure if the LDAP Autuenticator works fine with Active Directory - it was developed, but not very tested. If you know ldap programming, you may want to give a look at the source code.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
An alternative is to look at Container level authentication. E.g. Tomcat has an LDAP authentication Realm class that works with AD. Other app containers probably have similar options.

You set this up and then "secure" your jforum directory with Web.xml security constraints.

Then enable RemoteUserSSO support.

The advantage here is that the container level AD support has a lot more people using it and therefore a lot more documentation/options available.
[originally posted on jforum.net by monroe]
 
That's my roommate. He's kinda weird, but he always pays his half of the rent. And he gave me this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic