Active Directory Add Member

Overview

The Active Directory Add Member Snap adds an existing member to an existing specified group name in Active Directory.

Prerequisites

None.

Snap views

Type Description Examples of upstream and downstream Snaps
Input

This Snap has at most one document input view.

Expected input: Distinguished name, Group name.

Output

This Snap has exactly one document output view.

Expected output: The status of whether the distinguished name is added to the entered group name or not.

Learn more about Error handling.

Snap settings

Note: Learn about the common controls in the Snap settings dialog.
Field/Field set Description
Label

String

Required. Specify a unique name for the Snap. Modify this to be more appropriate, especially if more than one of the same Snaps is in the pipeline.

Default value: Active Directory Add Member

Distinguished name

String/Expression

Required. The LDAP API references an LDAP object by its distinguished name (DN). A DN is a sequence of relative distinguished names (RDN) connected by commas. An RDN is an attribute with an associated value in the format attribute=value, normally expressed in a UTF-8 string format.

The typical RDN attribute types include:

  • DC = domainComponent
  • CN = commonName
  • OU = organizationalUnitName
  • O = organizationName
  • STREET = streetAddress
  • L = localityName
  • ST = stateOrProvinceName
  • C = countryName
  • UID = userid

You can also use special characters in the distinguished name. See using special characters in Distinguished Name.

Group name

String/Expression

Required. The name of the group as RDN (Relative distinguished name) in which you would like to add the user.

Example: CN=DemoGroup,CN=Users,DC=server,DC=company,DC=com

Default value: None

When adding a member to a group, make sure that the member and the group already exist. Members and groups can be created by the Active Directory Create Entry Snap.

Pass through

Checkbox

Select to include the entire input data in the Snap's output. The Snap includes this data within the $original field in the output.

Default value: Not selected

Snap execution

Dropdown list
Choose one of the three modes in which the Snap executes. Available options are:
  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during pipeline runtime.
  • Execute only. Performs full execution of the Snap during pipeline execution without generating preview data.
  • Disabled. Disables the Snap and all Snaps that are downstream from it.