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...
Apparently, NTLM breaks AJAX. So, beware.
Alex
Turns up:
http://modntlm.sourceforge.net/
It's not going to hook into your rails code, so you're going to have to
use dialog-based authentication rather than form-based, but thems the
breaks.
> -----Original Message-----
> From: Fernand Galiana [mailto:fer...@dim.com]
> Sent: Thursday, 3 November 2005 3:12 PM
> To: ruby-talk ML
> 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...
>
>
>
>
>
#####################################################################################
This email has been scanned by MailMarshal, an email content filter.
#####################################################################################
Best wishes!