AuthMechanism
The authentication mechanism to be used when connecting to the Active Directory server.
Possible Values
SIMPLE, DIGESTMD5, NEGOTIATEData Type
string
Default Value
"SIMPLE"
Remarks
By default, AuthMechanism is SIMPLE, and default plaintext authentication is used to log in to the server. If AuthMechanism is set to DIGESTMD5, the more secure DIGEST-MD5 authentication is used. If AuthMechanism is set to NEGOTIATE, NTLM/Negotiate authentication will be used.
- SIMPLE
- DIGESTMD5
- NEGOTIATE