IPWorks Auth 2020 Python Edition

Questions / Feedback?

auth_mechanism Property

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

Syntax

def get_auth_mechanism() -> int: ...
def set_auth_mechanism(value: int) -> None: ...

auth_mechanism = property(get_auth_mechanism, set_auth_mechanism)

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) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]