|
-
Mar 21st, 2001, 04:44 AM
#1
Thread Starter
Fanatic Member
Anyone know how to dig into NT to get the username password information (I am an NT administrator, so I have the rights) cos I want to pass the information off to SQL Server to set a shadow username, don't ask why.
Cheers,
P.
Not nearly so tired now...
Haven't been around much so be gentle...
-
Mar 21st, 2001, 06:23 AM
#2
You can not do this. Even an administrator does not have the right to view other peoples passwords. He only has the right to change them.
NT offers NO function (API or whatever) to retrieve a password.
-
Mar 21st, 2001, 07:37 AM
#3
However, you can use NT security with SQL Server.
A connection string would look like this:
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=YourDatabase;Data Source=YourServerName
-
Mar 21st, 2001, 12:43 PM
#4
Thread Starter
Fanatic Member
Thanks for the reply, but what I was after was a bolt on to NT to allow the setting of a SQL Server password at the same time as the password was set for the Domain.
For reasons too complex to go into, I cannot use integrated security.
Thanks anyway.
P.
Not nearly so tired now...
Haven't been around much so be gentle...
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
|