views:

58

answers:

2

On a Mac os x server with apache, is there any programming library, framework, etc. that I can get to allow Windows Integrated Authentication? I don't mean just LDAP because the user still has to logon the website before I can get the LOGON_USER. I am looking for something that gets the credentials of the Windows user from the browser (ie). If it uses LDAP I don't care just as long as the user doesn't have to logon to the intranet website.

I have looked for this with J2EE, PHP, Ruby, and more. I have only found unsupported and inactive mods for apache or pay for single sign on products, but nothing foss that is active.

Thank you.

EDIT: I found this. Am I reading it right that that is what I am also asking for?

EDIT: Apparently, jcifs is not supposed to be used for this.

A: 

Ive heard of Araas, but never used it myself though.

Don't know if thats helpful

waqasahmed
A: 

mod_ntlm: http://sourceforge.net/projects/modntlm/ might be what you are after

Peter Ellis
way too old for me to trust it
johnny