Changing credentials on-the-fly
From: Promenade (promenade_at_no.com)
Date: 09/26/05
- Next message: Tom Moreau: "Re: Changing credentials on-the-fly"
- Previous message: Andrew J. Kelly: "Re: SQL Server is Not started after restarting"
- Next in thread: Tom Moreau: "Re: Changing credentials on-the-fly"
- Reply: Tom Moreau: "Re: Changing credentials on-the-fly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 26 Sep 2005 10:23:13 -0300
Hi!
I have a late requirement from de Security Department.
This is the situation: the apps must connect to SQL Server 2000 through OLE
DB using a generic user, but the developers will not know its credentials
(at least the password)
Unfortunatelly, like I said, this is a late requirement because there are
many apps already working, obviously knowing the credentials.
I spent so much time thinking a way to solve this problem without
codification, finally I arrived to this idea, but I don't know if it's
achievable.
- Create a new user in SQL Server and grant the right permissions on the
addecuate DBs
- Deny permissions to the old user
- Leave the apps just how they are now
- When an app attempt to open a connection, SQL Server must modify the old
credentials with the new ones...
Is this possible?
And obviously....how???
Otherwise, do you know another solution (without reprogramming)?
Thanks in advance,
Promenade
PS: I apologize my english
- Next message: Tom Moreau: "Re: Changing credentials on-the-fly"
- Previous message: Andrew J. Kelly: "Re: SQL Server is Not started after restarting"
- Next in thread: Tom Moreau: "Re: Changing credentials on-the-fly"
- Reply: Tom Moreau: "Re: Changing credentials on-the-fly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|