IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

AuthMechanism Property

The authentication mechanism to be used when connecting to the LDAP server.

Syntax

int GetAuthMechanism();

int SetAuthMechanism(int iAuthMechanism);

Possible Values

  AM_SIMPLE(0), 
  AM_DIGEST_MD5(1), 
  AM_NEGOTIATE(2), 
  AM_KERBEROS(6)

Default Value

0

Remarks

By default, AuthMechanism is amSimple (0), and default plaintext authentication is used to login to the server. If AuthMechanism is set to amDigestMD5 (1), the more secure DIGEST-MD5 authentication is used instead.

If AuthMechanism is set to amNegotiate (2) NTLM/Negotiate authentication will be used.

If AuthMechanism is set to amKerberos (6) Kerberos/Negotiate authentication will be used.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]