When a client attempts to open a title, and NTLM authentication is enabled, the server uses an encrypted challenge/response scheme to authenticate the user who is logged on to the current session on the client computer. Because NTLM uses authentication information established when the user logs on, it requires the client and server to be on the same or trusted domain. NTLM authentication is done without transferring the user’s credentials, which means the server does not have access to the user name or password. NTLM authentication protocol is better suited for intranet applications.
The challenge/response scheme of NTLM authentication involves the exchange of several pieces of data.
The authenticator checks the data against entries stored in the NTLM user account database, and notifies the server of the result. The server grants or denies the client access to the content based on the result.
[Previous][Next]