AuthMechanism Property

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

Syntax

public int getAuthMechanism();
public void setAuthMechanism(int authMechanism);

Enumerated values: public final static int lamSimple = 0; public final static int lamDigestMD5 = 1; public final static int lamNegotiate = 2; public final static int lamKerberos = 6;

Default Value

0

Remarks

This property specifies the authentication mechanism used. Possible values are:

0 (lamSimple - default) Plaintext authentication
1 (lamDigestMD5) DIGEST-MD5 authentication
2 (lamNegotiate) NTLM/Negotiate authentication
6 (lamKerberos) Kerberos authentication

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Java Edition - Version 20.0 [Build 8307]