IPWorks Auth 2020 Python Edition

Questions / Feedback?

ntlm_version Property

The NTLM version.

Syntax

def get_ntlm_version() -> int: ...
def set_ntlm_version(value: int) -> None: ...

ntlm_version = property(get_ntlm_version, set_ntlm_version)

Default Value

1

Remarks

This property specifies the NTLM version to use. Possible values are:

  • 1 (ntNTLMv1 - default)
  • 2 (ntNTLMv2)

Note: If the server requires EPA (Extended Protection for Authentication) this property must be set to 2 (ntNTLMv2).

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