NTLM Authentication

Hi,

    I am working on a rails app and I need to provide
authentication/authorization to the users.
I don't want to have to maintain users/passwords/etc in the database, but
instead use NTLM to authenticate
the users. Do you guys have any pointers code/articles that illustrate how
to accomplish this in rails ?
BTW: I am planning to deploy this app using Apache2 and FCGI.

Thank you all...

Fernand Galiana wrote:

   I am working on a rails app and I need to provide authentication/authorization to the users.
I don't want to have to maintain users/passwords/etc in the database, but instead use NTLM to authenticate
the users. Do you guys have any pointers code/articles that illustrate how to accomplish this in rails ?
BTW: I am planning to deploy this app using Apache2 and FCGI.

Apparently, NTLM breaks AJAX. So, beware.

Alex