Linked servers and active directory

  • I have to servers, both have linked servers pointing to each other. The problem is that if an active directory user tries to query either server the message returned is:

    Msg 18456, Level 14, State 1, Line 1

    Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

    The security for both remote servers is setup as "be made using the login's current security context".

    Any ideas how to fix it? The problem goes away when users connect with SQL logins, but I want them to start using windows authentication instead.

    Luke

  • I think this is a kerberos delegation problem.

    You'll need to set a SPN for the SQL Server in order to pass-through your credentials.

    ~BOT

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply