AuthMechanism Property

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

Syntax

public var authMechanism: LdapAuthMechanisms

public enum class LdapAuthMechanisms(val value: Int) {
lamSimple(0),
lamDigestMD5(1),
lamNegotiate(2),
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 (lamKerbers) Kerberos authentication

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]