From: Fernand Galiana Date: 2005-11-03T13:12:20+09:00 Subject: 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...