Cmdlets for LDAP

Build 24.0.9060

AuthMechanism Parameter (Connect-LDAP Cmdlet)

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

Syntax

Connect-LDAP -AuthMechanism string

Possible Values

SIMPLE, NEGOTIATE

Data Type

cstr

Default Value

"SIMPLE"

Remarks

By default, AuthMechanism is set to SIMPLE, and default plaintext authentication is used to log in to the server. If AuthMechanism is set to NEGOTIATE, NTLM/NEGOTIATE authentication will be used.

  • SIMPLE
  • NEGOTIATE

This is a required parameter.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060