|
-
Jun 5th, 2001, 02:04 PM
#1
Thread Starter
Addicted Member
-
Jun 5th, 2001, 02:17 PM
#2
Addicted Member
to retrieve NT login in format: DOMAIN\USER_NAME use:
Code:
domainUserName = Request.ServerVariables("LOGON_USER")
-
Jun 5th, 2001, 02:31 PM
#3
Thread Starter
Addicted Member
Ho, not what I meant, sorry.
I already have this information, what I need is to make sure the password supplied by the user fits with its logon;
Let's suppose you're an admin doing debugging on a client machine; you're still logged in with clientname (for debugging purposes) but you need to access this webpage using YOUR Logon & pass. I want to make sure they are ok so i can enter w/o causing any security probs.
So Your login/Pass (supplied via ASP) <> NT logon at start BUT still a Valid NT logon.
Am I explicit enough ?
(P.S. Sorry for bad english, if that's the case, doin my best here)
-
Jun 5th, 2001, 07:27 PM
#4
Frenzied Member
Ok.. first off, the Crystal Reports Developers edition comes with a bunch of examples for ASP. You can also download them from the Crystal Decisions web site.
As for authentication, turn off Anonymous access on the Directory Security tab of the virtual directory's Property page and check integrated Windows Authentication.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Jun 6th, 2001, 08:10 AM
#5
Thread Starter
Addicted Member
Ok, thanks Monte96 for the Url to Crystal Report, that was exactly what I was looking for !
But about the NT authentication, that's not what I was looking for, so I'll ask my question differently
Is there a function that returns a boolean (TRUE/FALSE) to which you can send a NT Logon & Pass to know if they match together ? 'cause those logon & pass WILL be different from the one the user logged in.
I need to do this by code absolutly.
ex: ValidUser = FunctionExtremelyNeeded(NtLogon, NtPass)
Anyway, Thanks !
-
Jun 6th, 2001, 09:43 AM
#6
Frenzied Member
Well, since you put it that way... No. There isn't.
If your using integrated Windows NT Authentication it is done for you and access is granted or denied to the page itself based on it.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Feb 6th, 2002, 04:55 PM
#7
Addicted Member
I'm very intested el nino... did you ever figure this one out?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|