You sure you can compare a set of credentials with the SAM by using advanced
security?  I have heard of COM objects but nothing natively in CF.

Thanks,

Neil

----- Original Message -----
From: "Bryan LaPlante" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 1:38 AM
Subject: Re: NT User authentication


> CF has this ability through advanced security. There is a bit of a
learning
> curve but  once you figure it out it makes sense why it works the way it
> does. Start reading the docs and when you get stuck email the group and
I'll
> keep an ear out for you.
>
> Bryan LaPlante
> 816-347-8220
> [EMAIL PROTECTED]
> http://www.netwebapps.com
> Web Development
>
> ----- Original Message -----
> From: "Neil H." <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, May 23, 2001 9:02 PM
> Subject: Re: NT User authentication
>
>
> > Yes,
> >     But I want to check the password too.
> >
> > Thanks
> >
> > Neil
> >
> > ----- Original Message -----
> > From: "John Wilker" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, May 23, 2001 9:47 PM
> > Subject: RE: NT User authentication
> >
> >
> > > Assuming this will be running on an intranet where users will have to
> > login
> > > to NT, you can access their NT login name with #REMOTE_USER# it should
> > > return domain/username
> > >
> > > you'll need to turn anonymous access off in IIS in order to make the
> > > variable record.
> > >
> > > J.
> > >
> > > John Wilker
> > > Web Applications Consultant
> > > Macromedia Certified ColdFusion Developer
> > >
> > > www.red-omega.com <http://www.red-omega.com>
> > >
> > > Pepsi's "Come Alive With the Pepsi Generation" translated into "Pepsi
> > Brings
> > > Your Ancestors Back From the Grave" in Chinese.
> > >
> > >
> > > -----Original Message-----
> > > From: Neil H. [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, May 23, 2001 6:36 PM
> > > To: CF-Talk
> > > Subject: Re: NT User authentication
> > >
> > >
> > > No no, I want to have a login page that compares the username and
> password
> > > to the NT user database :)
> > >
> > > Thanks,
> > >
> > > Neil
> > >
> > > ----- Original Message -----
> > > From: "Garza, Jeff" <[EMAIL PROTECTED]>
> > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > Sent: Wednesday, May 23, 2001 7:29 PM
> > > Subject: RE: NT User authentication
> > >
> > >
> > > > Turn off anonymous access, use NT/Challenge Response and or Plain
> > > > Text(netscape).  Remove the IUSR_Machinename from the dirctory ACL.
> And
> > > make
> > > > sure to allow system access to the directories othwise your default
> > > install
> > > > of CF can't access the scripts to run.
> > > >
> > > > HTH
> > > >
> > > > Jeff Garza
> > > > Web Developer/Webmaster
> > > > Spectrum Astro, Inc.
> > > > 480.892.8200
> > > >
> > > > [EMAIL PROTECTED]
> > > > http://www.spectrumastro.com
> > > >
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: Neil H. [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, May 23, 2001 2:37 PM
> > > > To: CF-Talk
> > > > Subject: NT User authentication
> > > >
> > > >
> > > > I am looking for a method where the website can authenticate against
> the
> > > NT
> > > > user database.
> > > >
> > > > Thanks,
> > > >
> > > > Neil
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to