|
-
January 24th, 2000, 12:11 PM
#1
using NT logon information
Is there a way to extract a decrypted password from the registry using VB? I have gotten the username sucessfully using an API, but I need to get both NT username and password to pass to an ISQL script in order to log into the other server. Any ideas?
-
January 24th, 2000, 12:25 PM
#2
Re: using NT logon information
can't you use a "trusted connection" via the /E switch in ISQL?
That way you don't need username OR password.
-
January 24th, 2000, 02:49 PM
#3
Re: using NT logon information
THat would be great, but I need to make sure that the user is allowed to be accessing the data, and only certain NT users are allowed.
-
January 25th, 2000, 02:04 AM
#4
Re: using NT logon information
with SQL server's integrated security mode this shouldn't be a problem.
Just GRANT or REVOKE the permissions for the given users.
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
|