Re: Why use Win Authentication instead of SQL

From: Hal Berenson (hberenson_at_predictableit.com)
Date: 11/11/05

  • Next message: Andrew J. Kelly: "Re: Output Security Settings From DB"
    Date: Thu, 10 Nov 2005 20:06:57 -0700
    
    

    See Authentication in
    http://msdn.microsoft.com/SQL/2000/learn/security/default.aspx?pull=/library/en-us/dnnetsec/html/secnetch12.asp#secnetch12_authentication

    Note that with SQL Server 2005 the arguments become somewhat fewer since SQL
    logins have been greatly enhanced (example, expiration dates, minimum
    lengths, lockouts, etc.). But the two key items remain: You are still
    embedding passwords in the connection string of your application code (or in
    some other non-secure location) and you still transmit them over the
    network. Add those to having single-system signon and Windows logins are
    still compelling for most scenarios.

    -- 
    Hal Berenson, President
    PredictableIT, LLC
    www.predictableit.com
    "Otis Bricker" <obricker@my-dejanews.com> wrote in message 
    news:Xns970AC280EEFE2obrickermydejanewsco@207.46.248.16...
    > Could anyone point me towards a document that itemizes the security
    > advantages of using Windows Authentication rather than SQL Server logins?
    > Preferably something from MS directly.
    >
    > I need some ammo to deal with a request that we stop using Windows in 
    > favor
    > of logins. As if the ability to control and change passwords in one place
    > wasn't enough.
    >
    > Thanks.
    >
    > Otis B. 
    

  • Next message: Andrew J. Kelly: "Re: Output Security Settings From DB"

    Relevant Pages

    • Re: SQL Server 2005 Login Problem
      ... There are two authentication method in SQL Server. ... 1- Windows Authentication ... 2- Mixed Authentication (through SQL Server logins and Windows accounts) ...
      (microsoft.public.sqlserver.clients)
    • Re: Add new users to SQL Server mdf
      ... i tried the other way by keeping "SQL SERVER ... SQL server logins aren't "Windows logins", so if you are using Windows authentication you'll have to create windows accounts, when using SQL logins you have to create SQL accounts. ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: Problem with SQL Server 2005 Express Edition
      ... Since you are specifying the user name and password in the connection string I assume you are using SQL Server authentication for your logins rather than Windows authentication. ... One cause for that error is trying to use a SQL Server login on a database server that is configured to only accept Windows logins. ...
      (microsoft.public.sqlserver.security)
    • Re: Need Help w/ SQLServer Express Authentication
      ... Windows Authentication can not be disabled using Mixed Authentication. ... You can only disable SQL Server authentication and Microsoft recommends using Windows Authentication when possible. ... Logins make your users to connect and perform their tasks in SQL Server. ...
      (microsoft.public.sqlserver.setup)
    • Re: Inexplicable security lapse?
      ... If logins are being audited, you can check what login the ... >> ignored and windows authentication is always used. ... the ODBC DNS is specifically set up to use SQL Server authentication. ... >>>Anyway, this seems a terrible breach of security, which I MUST ...
      (microsoft.public.sqlserver.security)