Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

NTLM Authentication...

2 views
Skip to first unread message

Fernand Galiana

unread,
Nov 2, 2005, 10:39:27 PM11/2/05
to
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...


Alexey Verkhovsky

unread,
Nov 2, 2005, 11:21:38 PM11/2/05
to
Fernand Galiana wrote:

Apparently, NTLM breaks AJAX. So, beware.

Alex


Daniel Sheppard

unread,
Nov 2, 2005, 11:34:31 PM11/2/05
to
http://www.google.com.au/search?q=ntlm+apache

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.
#####################################################################################


Brian Hutchison

unread,
Nov 3, 2005, 12:42:26 PM11/3/05
to
Fernand, please take notes on your efforts, I am sure there are others (such
as myself) that are interested in supporting NTLM auth within Apache+Rails.
I look forward to hearing how it goes, since I'd like to do the same a
little further down the road.

Best wishes!

0 new messages