SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

use_ntlm_auth Property

Enables or disables NTLM authentication.

Syntax

def get_use_ntlm_auth() -> bool: ...
def set_use_ntlm_auth(value: bool) -> None: ...

use_ntlm_auth = property(get_use_ntlm_auth, set_use_ntlm_auth)

Default Value

FALSE

Remarks

NT LAN Manager (NTLM) authentication relies on Windows credentials to authenticate the user, and requires multiple exchanges between the client and server. Generally it is considered more secure and SSO-friendly than the Digest authentication.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]