RE: Secure Logins for SQL Server 2000 on Novell Netowrk
From: Kevin McDonnell [MSFT] (kevmc_at_online.microsoft.com)
Date: 09/13/04
- Next message: Kevin McDonnell [MSFT]: "RE: DSN intermittently prompts for passwords"
- Previous message: Kevin McDonnell [MSFT]: "Re: XP SP2 hosts file weirdness"
- In reply to: IMS: "Secure Logins for SQL Server 2000 on Novell Netowrk"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 13 Sep 2004 16:39:30 GMT
- Reponses inline:
How do I go about preventing SQL server usernames and passwords flying
around a Novell network in the clear?
- If you put a server certificate on SQL, and use SQL Authentication, the
logins will be encrypted.
- If you enable Protocol encryption, all the traffic to and from the client
will be encrypted.
Is there a way I can use Windows authentication on the SQL server? All the
clients use Win XP with Netware Client for Windows (or whatever it's
called). Windows authentication would be best and easiest.
- As long as the clients login to a Windows domain, then yes you can use
Windows Authentication.
- Otherwise, you have to duplicate usernames and passwords on the machines.
If I have to use Mixed mode and send passwords from client ODBCs etc, how
can I secure the usernames and passwords? IPSEC doesn't seem to work on
Novell (locks up the connection, returns errors, etc), and even SSL won't
work right. (The SQL server 2000 has sp3a.)
- See first response. Yes. SSL will work.
276553 HOW TO: Enable SSL Encryption for SQL Server 2000 with Certificate
Server
http://support.microsoft.com/?id=276553
Thanks,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.
- Next message: Kevin McDonnell [MSFT]: "RE: DSN intermittently prompts for passwords"
- Previous message: Kevin McDonnell [MSFT]: "Re: XP SP2 hosts file weirdness"
- In reply to: IMS: "Secure Logins for SQL Server 2000 on Novell Netowrk"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|