Help Center>Foundation Help

Applies to:

  • Winshuttle Foundation

LDAP Query

LDAP Query allows you to query your Active Directory structure to select task participants.

Note: The LDAP schema for your repository is customizable, and the arguments below may not match your structure. The arguments listed here are from the default LDAP schema and can be used as an example of how to configure your query for a custom schema.

Argument

Description

attribute

Name of the attribute to query.

domain

The domain name of the server housing the LDAP repository.

password

User account password to access the LDAP repository.

path

Path to the LDAP repository. (See below for an example)

usernameattribute

Name of the column to query.

usecurrentuser

A Yes/No value that indicates whether to use the current user account to access the LDAP repository.

username

User account name to access the LDAP repository.

PATH Example:

path=LDAP://localhost/ou=Development,o=ShareVis,c=US, usernameattribute=userPrincipalName, usecurrentuser=true, domain=SVTURBO, attribute=manager, username=SVTURBO\acmeadmin, password=123abc