• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

NTLM pass through, SSO and LDAP all working together

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello.

I download JForum for the company I work for, quite happy with it.
The company need NTLM pass through implementing SSO, then doing AD lookups using LDAP to auto populate profiles.

I noticed that's there's no documentation on this as a whole.
After going through most of JFourms code, I actually didn't really have too much to do to get this to work (quite fun and JFourm has good structure). Simple modifications and works like a gem !

In fact, I think there was ony 3 classes I changed.

If anyone is interested in the implementation, post a reply and I show you how I did it.

I do have a problem with one thing... Just say I am logged on to two computers. If im logged into the forum in one PC, then log into the forum from the other PC, then refresh the page of the first one. I get a nasty stacktrace... ha ha.. dam multi threaded sesssion management...

anyway... All up. I'm very happy with it and how you guys coded it. ;)

Well done.

Chet



[originally posted on jforum.net by chet]
 
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
Interesting.

Please create a new Jira issue - http://www.jforum.net/jira - and add your changes there. We may add this in JForum 3.

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
I'd be interested in the changes.

Did you create a JIRA issue, or could you post them here?

cheers,

David

[originally posted on jforum.net by redcoat]
 
Danger, 10,000 volts, very electic .... tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic