Re: SQL2005: Client-server security basics



Kirsten wrote:
I want clients to connect to SQLServer 2005 WITHOUT windows
authentication mode. This is, using only SQL internal  security.

1) Is there any way NOT to store passwords in client applications?

2) Are client connections, password and data transmission encypted by
default? If not, how do I set this up? What about Windows 2003 PKI?
(note: I have lots of Windows 98 client so don't suggest features of
Windows XP).
Thanks a lot!
Kirsten

Your application should prompt the users for thier login name and password if you are not going to use Windows Authentication. From BOL: "To encrypt all data transmitted between an application computer and a computer running an instance of SQL Server, SQL Server 2005 can use the Secure Sockets Layer (SSL). Before enabling SSL encryption, you must install a server certificate from a certification authority on the database computer, and the client must have been issued a root certificate from the same certification authority. For more information about SSL encryption, see Encrypting Connections to SQL Server"


--
David Gugick
Quest Software
www.quest.com


.



Relevant Pages