> Hello all...I have been given a CF 4.5 system and have to > create some new modules. We are using Windows 2000 Server. > I am using an NT challenge when they come to the site. I > want to be able to grab that information. I know that > cgi.auth_user is the user name. I thought cgi.auth_pass was > the password. Problem is, the password isn't there. Does > anyone know of anyway I can get the authenticated password? > I use the NT login info for all my queries.
To the best of my knowledge, you can't get the Windows password for the user. That would be a pretty serious violation of the Windows authentication model, in which password should never be directly retrievable. Assuming you're using Windows authentication within IIS instead of Basic Authentication, the password itself is never sent from the browser to the server - only a hash of that password is sent. I'm not exactly sure what you mean by "use the NT login info" for your queries. Do you use Windows authentication against a SQL Server database from CF? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211768 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

