CloudBeaver Documentation

DOWNLOAD pdf

NTLM User Authentication

Note: This feature is available in Enterprise, AWS and Team editions only.

Overview

NTLM (NT LAN Manager) Authentication is a protocol used by Microsoft to authenticate users and provide secure network communications. NTLM uses a challenge-response mechanism for authentication, where the user credentials are never sent over the network directly. For detailed setup and configuration of NTLM, refer to the official NTLM documentation.

Configuration steps

Step 1: Enabling NTLM Authentication

  1. As an administrator, go to Settings -> Server Configuration.

  2. Find and activate the NTLM option in the Configuration section.

  3. Save the changes.

Step 2: Adding an Identity Provider

  1. As an administrator, navigate to Settings -> Identity Providers.

  2. Click on the + Add button.

  3. Fill in the following fields:

Field Description
Provider Select NTLM from the dropdown menu.
ID Enter a unique identifier for the configuration.
Configuration name Enter a descriptive name for this configuration.
Description Provide a brief description of this identity provider configuration.
Icon URL Enter the URL of an icon to represent this provider.
Disabled Leave unchecked to enable this identity provider.
Host Enter the server hostname or IP address where NTLM authentication is handled.
Port Specify the port number used for NTLM communication.
Domain Enter the Windows domain name against which the NTLM server authenticates.
  1. Click on the Create button.

Step 3: Logging in

  1. With the NTLM configuration now established, proceed to the login screen.

  2. Select the NTLM authentication method, labeled with the Configuration name you specified.

  3. Fill in your User name and User password to log in.

Did we resolve your issue?