SSIS Components for Microsoft SharePoint

Build 25.0.9434

UseNTLMV1

Specifies whether the provider uses NTLMv1 or NTLMv2 for authentication.

Data Type

bool

Default Value

false

Remarks

This property determines which version of the NTLM authentication protocol the component uses when connecting.

When set to true, the component attempts to connect using NTLMv1, an older and less secure version of the protocol.

When set to false, the component uses NTLMv2, which is more secure and recommended for all environments.

This property is useful for compatibility with legacy systems that only support NTLMv1, though its use is discouraged in modern deployments.

Performance Considerations

Using NTLMv1 may expose connections to security vulnerabilities and is generally slower and less efficient than NTLMv2. NTLMv2 provides stronger authentication and improved performance. Only enable NTLMv1 when required for compatibility with older servers.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434