Re: Disable SQL server Authentication in Studio
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Thu, 21 May 2009 15:14:40 -0700
gcutter (gcutter@xxxxxxxxxxxxxxxxxxxxxxxxx) writes:
Is there a way to Disable SQL server Authentication option in Studio and
force users to Windows Authentication only? Maybe a reg setting? I
cannot change the SQL Server configuration on this due to our
application uses SQL auth.
You could do this in a logon trigger where you look at the application
name and the login. Keep in mind that if you opt to look for the name
of the application and only approve SQL login, if the application name
matches, that the application is a no-brainer to spoof.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: Disable SQL server Authentication in Studio
- From: Jeffrey Williams
- Re: Disable SQL server Authentication in Studio
- References:
- Disable SQL server Authentication in Studio
- From: gcutter
- Disable SQL server Authentication in Studio
- Prev by Date: Re: Restricted Trusted Connections
- Next by Date: Re: Disable SQL server Authentication in Studio
- Previous by thread: Disable SQL server Authentication in Studio
- Next by thread: Re: Disable SQL server Authentication in Studio
- Index(es):
Relevant Pages
|
Loading