+ Reply to Thread
Results 1 to 2 of 2

why are some connections kerberos and others ntlm?

  1. why are some connections kerberos and others ntlm?

    I am looking at the sys.dm_exec_connections view and notice some connections
    are Kerberos and others NTLM. All the users are on XP SP2.

    It seems the kerberos connections are getting the "Cannot generate SSPI
    context" every day or so, would this be the case/

    Thanks



  2. Re: why are some connections kerberos and others ntlm?

    Hello

    That's 'negotiate' request from client. On 'negotiate' request, server first
    check if kerberos, most safe, is available. If not, it falls back to NTLM.
    Sometimes, for example .Net network credential, you can set the client
    request options such as kerberos, NTML, and negotiate. With the first two
    request, server doesn't negotiate.

    "WalterWalt" <,> wrote in message
    news:uPFyJ%23eJHHA.1252@TK2MSFTNGP02.phx.gbl...
    >I am looking at the sys.dm_exec_connections view and notice some
    >connections are Kerberos and others NTLM. All the users are on XP SP2.
    >
    > It seems the kerberos connections are getting the "Cannot generate SSPI
    > context" every day or so, would this be the case/
    >
    > Thanks
    >




+ Reply to Thread