config user ntlm
Use this command to implement NTLM authentication. NT (New Technology) LAN Manager (NTLM) is a suite of Microsoft security protocols intended to provide authentication, integrity, and confidentiality to users.
Syntax
config user ntlm
edit <name>
set server <server address>
set port <port number>
set vdom <vdom>
next
end
|
CLI Parameters |
Description |
|---|---|
|
name |
profile name |
|
server |
IP address of NTLM server |
|
port |
Port number of NTLM server |
|
vdom |
vdom of the profile |
Example
config user ntlm
edit "Profile1"
set server 10.105.150.70
set port 445
set vdom root
next
end