Rails web app authenticated with windows

Posted by deostroll on Server Fault See other posts from Server Fault or by deostroll
Published on 2009-09-14T18:58:45Z Indexed on 2010/04/09 13:03 UTC
Read the original article Hit count: 371

Is it possible for a rails web application to make use of the windows authentication features in its code. I am looking at being able to obtain the user's login name and domain in the application. But there is a catch.

This particular web application runs off an apache web server hosted on a linux machine which is kind of networked to other windows machines.

Is all of this possible?

© Server Fault or respective owner

Related posts about rails

Related posts about windows-authentication