Re: 18454 Log message
From: Byron Hynes (bph@byronetta.com)
Date: 10/29/02
- Next message: Byron Hynes: "Re: SQL Service Accounts"
- Previous message: Richard Waymire [MS]: "Re: SQL Service Accounts"
- In reply to: hrhoe: "18454 Log message"
- Next in thread: Hyung W. Rhoe: "Re: 18454 Log message"
- Reply: Hyung W. Rhoe: "Re: 18454 Log message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Byron Hynes <bph@byronetta.com> Date: Tue, 29 Oct 2002 10:19:03 -0800
"hrhoe" <hrhoe@hotmail.com> wrote (29 Oct 2002):
> Hi,
> Recently, I've seen a lot of following sql server
> log messages.
> -----------------------------------------------------------
> "Login succeeded for user 'sql_user_name'. Connection:Non-
> Trusted.
> -----------------------------------------------------------
> This messages repeatedly appear multiple times even within
> a second.
> Does this mean some non-trusted user successfully
> connected to our server?
It means that the connection was not made using Windows-based security
(including the trust relationships from clients to servers that Windows
Authentication requires).
>From the Books On Line glossary:
trusted connection
A Windows network connection that can be opened only by users who have
been authenticated by the network. The users are identified by their
Windows login ID and do not have to enter a separate SQL Server login
ID.
See also: Windows Authentication
Windows Authentication
One of two mechanisms for validating attempts to connect to instances of
SQL Server. Users are identified by their Windows user or group when
they connect. Windows Authentication is the most secure mechanism for
connecting to SQL Server.
See also: SQL Server Authentication, trusted connection
-- ----------------------------------------------------------------- Byron P Hynes "He who exercises government by means of his virtue may be compared to the north polar star, which keeps its place and all the stars turn towards it." --Confucius -----------------------------------------------------------------
- Next message: Byron Hynes: "Re: SQL Service Accounts"
- Previous message: Richard Waymire [MS]: "Re: SQL Service Accounts"
- In reply to: hrhoe: "18454 Log message"
- Next in thread: Hyung W. Rhoe: "Re: 18454 Log message"
- Reply: Hyung W. Rhoe: "Re: 18454 Log message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|