Configuring NTLM Authentication for Offline clients

This topic explains configuration for NTLM authentication.

When CRM.Launcher initiates the connection with CRM Web offline, it authenticates the user using the CRM.Web Offline login by default. If you want users to be authenticated with the NT LAN Manager (NTLM) authentication protocol then set the < SendNtlmCredentials > property to true in the update.Launcher.exe.config file. See the sample configuration below:

<update.net>
  <update.launcher>
    ...
    <SendNtlmCredentials>true</SendNtlmCredentials>
    ...
  </update.launcher>
</update.net>