MS SQL Server
  Home arrow MS SQL Server arrow Page 4 - Authenticating Logins
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Dedicated Servers 
Moblin 
JMSL Numerical Library 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
MS SQL SERVER

Authenticating Logins
By: Apress Publishing
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 17
    2004-10-27

    Table of Contents:
  • Authenticating Logins
  • Creating Strong Passwords
  • The Effects of Windows on Authentication
  • Authentication in SQL Server 6.5
  • Security
  • Tracing Login Network Traffic
  • Logins Using TCP/IP
  • Logins Using Named Pipes
  • User Level vs. Full Control Logins
  • SQL Server 6.5 Named Pipes Login Summary
  • Authentication in SQL Server 7.0 and 2000
  • Tracing Login Network Traffic
  • The Super Socket Network Library
  • The TCP/IP Network Library
  • Windows Authenticated Logins Via TCP/IP
  • Logins Using Named Pipes
  • The Multiprotocol Library in SQL Server 2000
  • Managing Login Accounts
  • Creating Login Accounts
  • Sample Commands
  • Server Roles
  • Secondary Server Roles
  • Special User Identities
  • Summary

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Authenticating Logins - Authentication in SQL Server 6.5


    (Page 4 of 24 )

    Microsoft SQL Server 6.5 is the second phase of Microsoft’s strategy of moving away from SQL Server’s origins as Sybase SQL Server for OS/2 and toward a database management system integrated into the Windows operating system. Although there is a significant difference between the interfaces of SQL Server 4.21a, which is the first Microsoft version to run on Windows NT, and version 6.5, much of 6.5’s authentication architecture is identical to that used in earlier versions. Sybase originally designed SQL Server to run on multiple operating systems, so the way that authentication works reflects this. SQL Server needed to be able to handle authentication on its own and not depend on the operating system.

    When Microsoft ported SQL Server from OS/2 to Windows NT 3.5, SQL Server continued to validate login credentials itself to maintain backward compatibility. A little later, Microsoft introduced a new mode that allowed users to log into SQL Server using their Windows NT domain accounts. Nevertheless, the standard practice continues to be to have SQL Server manage its login accounts, probably because it is easier to use and it maintains backward compatibility.

    In this section, you’ll look in detail at how authentication works in SQL Server

    6.5 and at the different authentication modes that can be used. The choice of network library has a significant effect on the login process, because each library has different options for authenticating the client’s identity, including different ways of protecting the user’s account and password during the login process. Therefore, you’ll also spend some time in this chapter looking at logins for the three most common network libraries: TCP/IP, Named Pipes, and multiprotocol.

    SQL Server 6.5 has three modes for authenticating user logins:

    • Standard Security, which uses SQL Server to manage the login

    • Integrated Security, which relies on Windows NT for authentication

    • Mixed Mode, which just combines the first two modes by allowing users to log in with either a SQL Server login account or a Windows NT account

    This is from SQL Server Security Distilled, second edition, by Morris Lewis (Apress, ISBN 1590592190). Check it out at your favorite bookstore today. Buy this book now.

    More MS SQL Server Articles
    More By Apress Publishing


     

    MS SQL SERVER ARTICLES

    - Completing the Introduction to Transact-SQL
    - A Brief Introduction to Transact-SQL
    - Lookups and Blocking Bad Data
    - Field Validation Rules for Blocking Bad Data
    - Using Masks to Block Bad Data
    - Blocking Bad Data
    - Using @@ROWCOUNT and TABLE Variables for Dat...
    - How to Use Variables, IF and CASE in Databas...
    - Creating Important Aspects of Notification S...
    - Working wth Variables in Database Interactio...
    - Delving Deeper into Notification Services
    - Notification Services
    - Building a Multi-table Report with SQL 2005 ...
    - A Secure Way of Building Connection Strings
    - Transferring a Database Using the SSIS Desig...





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway