Click to See Complete Forum and Search --> : NT Authentication in asp
pstarmach
August 24th, 2000, 09:43 AM
Is it possible to retrieve the NT username/password in asp individually?
i'm trying to create a login page that will use the same name and password that are used for the users that login to the network.
Johnny101
August 24th, 2000, 12:12 PM
Check the LOGON_USER and LOGON_PASSWORD servervariables. they are populated if the site's authentication is set to NT Challenge Response.
hope this helps,
John
John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org
sejalshah
August 31st, 2000, 07:22 AM
You need to use server variables .logon_user will give th username of NT for that user
codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved.