PANTHEON™ manual

 Categories
[Expand]User Manual for DataLab PANTHEON 5.5
 No formula defined!
[Collapse]Datalab PANTHEON 5.5 Guide
 [Expand]Orders
 [Expand]Settings
 [Expand]Manufacturing
 [Expand]Goods
 [Expand]Service
 [Expand]Financials
 [Expand]Personnel
 [Expand]ZEUS Business Intelligence System
 [Expand]Desktop
  Web Portals
  Extra
 [Collapse]Datalab Software System Environment
  [Expand]Security Policy
  [Collapse]Installation
    Windows Vista
    Windows Terminal Server
    Installing PANTHEON on Linux and Oracle Database
   [Collapse]MS SQL Server
     MS SQL Server Installation
     Changing SQL Sort Order
     SQL Server Agent
    [Collapse]MS SQL Server Security
      Windows Authentication
      SQL Server Authentication
      Creating Server Logins
      Fixed Server Role
      Fixed Database Role
      SQL Server Service Settings
      Encrypting SQL Server Connections
    [Expand]Useful SQL Queries
   [Expand]Oracle Database
   [Expand]ODBC
  [Expand]Task Scheduling
  [Expand]PANTHEON System Environment
  [Expand]Datalab Utilities
  [Expand]Database Administration
 [Expand]Messages and Warnings
 [Expand]Additional Programs
 Opening or closing round bracket missing!
 Debugging Formulas
[Expand]Testing and Debugging Formulas
 Opening or closing square bracket missing!
 Conditional statement at position x not enclosed in square brackets!
 Syntax error in conditional statement. Correct syntax is [condition:value]
 Adjacent operators (xx)!
 Last character of the formula is an operator!
 Variable not enclosed in hashes (#)!
 Illegal characters: xyz
 Unknown error!
[Expand]User Manual for Datalab PANTHEON Farming
[Expand]User Site
 Adjacent hashes!
 The line number must be an integer (#xx#)!
 The first character of #xx# must be a transaction type or a column mark!
 The first character of #xx# must be an operation type (R, S, O or A)!
 The second character of #xx# must be a transaction type (D, K, S, P, or O)!
 Variable not defined
[Expand]Kralicek Quicktest Financial Ratios

Load Time: 468.7584 ms
print   |
Label

Windows Authentication

Windows Authentication

Windows Authentication

SQL Server logon through Windows authentication checks whether a trusted connection exists (i.e. successful logon to Windows NT or 98/95). The properties of a trusted connection are retrieved from the Windows NT logon. If a trusted connection exists, the SQL Server will allow access wihtout requiring additional logins.

If you try to connect to an SQL Server instance with a blank user name, the SQL Server automatically uses the Windows NT account. If you try to connect to an SQL Server instance with an SQL account, but the SQL Server instance is configured for Windows logon, the SQL logon will be ignored and the Windows logon used instead.

Windows authentication has apparent advantages over SQL authentication: integration with Windows security policy, centraliation, secure authentication, password encryption, access control, minimum password length, etc.

Windows authentication is not possible if the SQL Server instance runs under Windows 9x.

Enabling Windows Authentication

In SQL Server Enterprise Manager

  1. Open the SQL Server Enterprice Manager (usually Start | All Programs | Microsoft SQL Server | Enterprise Manager).
  2. Find the desired SQL Server instance, right-click on it, and select Properties.
  3. Go to the Security tab.
  4. Select the option Windows only.
  5. To enable or disable login attempts, select one of the options under Audit levelNone to disable it, Failure to log only failed login attempts, Success to log only successful login attempts, or All to log all login attempts.



Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!