RE: Can CF modify NT User Authentication?

2001-06-05 Thread Steven P. Johnson

Scott,

There are a number of custom tags available on the developers
exchange that will do this for you.  Also Allaire released one that is free
that has the ability to do this (CF_NT_USERDB
http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34728B-2830-11D4-AA
9700508B94F380&method=Full).  Hope this works for you.

- Steven Johnson
---
Senior Webmaster - HealthObjects
(410) 895-0382
[EMAIL PROTECTED]



-Original Message-
From: Newsome, Scott [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 1:44 PM
To: CF-Talk
Subject: Can CF modify NT User Authentication?


Hi All,

My company is looking for a way to have remote users change their NT
Password through a web application. One of the developers here thinks Cold
Fusion can do this but I am not sure. I think CF can update a LDAP directory
but we are not using LDAP. Has anyone done this or know if it is possible.

Regards,
Scott E. Newsome
Senior System Analyst
Chiron Corporation
~~
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



RE: Can CF modify NT User Authentication?

2001-06-05 Thread Duane Boudreau

It can through a tag written by Lewis Sellers at
http://www.intrafoundation.com. I've used a variation of it before and it
works great.

Duane

-Original Message-
From: Newsome, Scott [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 1:44 PM
To: CF-Talk
Subject: Can CF modify NT User Authentication?


Hi All,

My company is looking for a way to have remote users change their NT
Password through a web application. One of the developers here thinks Cold
Fusion can do this but I am not sure. I think CF can update a LDAP directory
but we are not using LDAP. Has anyone done this or know if it is possible.

Regards,
Scott E. Newsome
Senior System Analyst
Chiron Corporation
~~
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



RE: Can CF modify NT User Authentication?

2001-06-05 Thread Mark Warrick

Try these:

http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=nt+use
r

---mark


Mark Warrick - Fusioneers.com
Email: [EMAIL PROTECTED]
Phone: 714-547-5386
http://www.fusioneers.com
http://www.warrick.net


> -Original Message-
> From: Newsome, Scott [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 05, 2001 10:44 AM
> To: CF-Talk
> Subject: Can CF modify NT User Authentication?
>
>
> Hi All,
>
> My company is looking for a way to have remote users change their NT
> Password through a web application. One of the developers here thinks Cold
> Fusion can do this but I am not sure. I think CF can update a
> LDAP directory
> but we are not using LDAP. Has anyone done this or know if it is possible.
>
> Regards,
> Scott E. Newsome
> Senior System Analyst
> Chiron Corporation
>
>
~~
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



Re: Can CF modify NT User Authentication?

2001-06-05 Thread Howie Hamlin

Try this:

http://www.intrafoundation.com/intranethostingtoolkit.html

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server

- Original Message - 
From: "Newsome, Scott" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, June 05, 2001 1:44 PM
Subject: Can CF modify NT User Authentication?


> Hi All,
> 
> My company is looking for a way to have remote users change their NT
> Password through a web application. One of the developers here thinks Cold
> Fusion can do this but I am not sure. I think CF can update a LDAP directory
> but we are not using LDAP. Has anyone done this or know if it is possible.
> 
> Regards,
> Scott E. Newsome
> Senior System Analyst
> Chiron Corporation
> 
>
~~
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



RE: Can CF modify NT User Authentication?

2001-06-05 Thread Dave Watts

> My company is looking for a way to have remote users change 
> their NT Password through a web application. One of the developers 
> here thinks Cold Fusion can do this but I am not sure. I think 
> CF can update a LDAP directory but we are not using LDAP. Has 
> anyone done this or know if it is possible.

By itself, CF can't do this. However, there are plenty of third-party
components which can be used with CF for this. You might want to take a look
at http://www.intrafoundation.com/intranethostingtoolkit.html.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~
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



Can CF modify NT User Authentication?

2001-06-05 Thread Newsome, Scott





Hi All,

My company is looking for a way to have remote users change their NT
Password through a web application. One of the developers here thinks Cold
Fusion can do this but I am not sure. I think CF can update a LDAP directory
but we are not using LDAP. Has anyone done this or know if it is possible?

Regards,
Scott E. Newsome
Senior System Analyst
Chiron Corporation

~~
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



Can CF modify NT User Authentication?

2001-06-05 Thread Newsome, Scott

Hi All,

My company is looking for a way to have remote users change their NT
Password through a web application. One of the developers here thinks Cold
Fusion can do this but I am not sure. I think CF can update a LDAP directory
but we are not using LDAP. Has anyone done this or know if it is possible.

Regards,
Scott E. Newsome
Senior System Analyst
Chiron Corporation

~~
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



RE: NT User authentication

2001-05-24 Thread Costas Piliotis

Yes you can.

Make sure you have advanced security turned on.

Create a Domain security context in the advanced security, and use this:



 tag.

To check, #isauthenticated(contextname)#

I've done this and have made it work.

This tag will also work with LDAP, NDS, AD, etc...

-Original Message-
From: John Wilker [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 23, 2001 9:09 PM
To: CF-Talk
Subject: RE: NT User authentication


I'm not sure that you can, It would kind of defeat the purpose of NT
security if CF could access the password, then in theory some one could
write a page to record everyone's password that hits their page.

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 7:03 PM
To: CF-Talk
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



RE: NT User authentication

2001-05-24 Thread Dave Watts

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

Yes, you can authenticate against NT using advanced security.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~
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



RE: NT User authentication

2001-05-24 Thread Thomas Chiverton

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

There are quite a few custom tags to do that.

~~
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



Re: NT User authentication

2001-05-24 Thread Neil H.

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



Re: NT User authentication

2001-05-23 Thread Bryan LaPlante

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



RE: NT User authentication

2001-05-23 Thread John Wilker

I'm not sure that you can, It would kind of defeat the purpose of NT
security if CF could access the password, then in theory some one could
write a page to record everyone's password that hits their page.

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 7:03 PM
To: CF-Talk
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



Re: NT User authentication

2001-05-23 Thread Neil H.

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



RE: NT User authentication

2001-05-23 Thread John Wilker

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



Re: NT User authentication

2001-05-23 Thread Neil H.

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



RE: NT User authentication

2001-05-23 Thread Garza, Jeff

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



NT User authentication

2001-05-23 Thread Neil H.

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