That has everything to do with the way your web server is set up. I'm
assuming you're using IIS because that's the only way you can do that
(afaik). It also only working with IE from what I've heard. You need to
go into IIS and turn off anonymous authentication and turn on Integrated
Windows Authentication. Then, as long as the server is part of the
domain that the users are logged into, it should query the AD based on
their user information and "log them in automatically" which basically
consists of setting some CGI variables that you can use to see what
domain and username they're logged in as. The rest would be up to your
application. Again, the 3 big things are:
1. Server joined to the same domain (or Forest or whatever) as the users
2. Windows Server with IIS
3. IE for the clients

John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-----Original Message-----
From: Scott Stewart [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 09, 2005 2:32 PM
To: CF-Talk
Subject: Accessing Active Directory from ColdFusion

My gov't contractee wants a CF Application to take advantage of Single
Sign On. What he wants is for the user to authenticate against their AD
transparently, with no input from the user. 

Can this even be done with CF. All of the AD examples I've seen require
usernames and passwords inputted from the user.

Where can I pull the Windows domain logon and password?

Thanks

sas

Scott A. Stewart
ColdFusion Developer
 
GNSI
11820 Parklawn Dr
Rockville, MD 20852
(301) 770-9610  

 

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.13.13/195 - Release Date:
12/8/2005
 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226677
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to