Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Executes a search on specified rootDN or host and returns the array of LDAP entries.

Array<object> $Domain.ExecuteLdapQuery(rootDnOrHost: string, username: string, password: string)

Arguments

string rootDnOrHost
Root DN or host name to search.
string username
Username to authenticate. Optional.
string password
Password to authenticate. Optional.

Returns

Array of LDAP entries.

Remarks

Before calling this method, LDAP connection settings must be configured in the application settings.

  • No labels