So do you use CFAuthenticate first to check against the nt box then use the
cfx_domainuser tag?

-----Original Message-----
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 5:14 AM
To: CF-Talk
Subject: RE: Nt authenicate with a twist


> We want users to be able to authenicate through their current 
> nt login.  But
> we also need to hook these users to a specific list. I 
> currently have it in
> a sql database table- name/password/ids used to get specific 
> list.  What is
> the best way to use this with nt?  

I do a dimilar thing here - use the free cfx_domainuser tag to get the
fullname for the cgi.authorised_user, then look that up in a database.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to