The authmethod script i'm using works perfectly...
<%authmethod = Request.ServerVariable ("AUTH_TYPE"
username= Request.ServerVariable ("AUTH_USER"%
The return (thanks to our Cisco router and Pix i believe) comes out as "domain logged in through/username" instead of just "username".
Any suggestions on how to get rid of the crud to the left of the slash? Any amount of scripting will help. I just want the user name after AAA so I can give them what they should see instead of the site that is currently static.
TIA The only limitiation we have are those we are willing to accept.
<%authmethod = Request.ServerVariable ("AUTH_TYPE"
username= Request.ServerVariable ("AUTH_USER"%
The return (thanks to our Cisco router and Pix i believe) comes out as "domain logged in through/username" instead of just "username".
Any suggestions on how to get rid of the crud to the left of the slash? Any amount of scripting will help. I just want the user name after AAA so I can give them what they should see instead of the site that is currently static.
TIA The only limitiation we have are those we are willing to accept.