Skip to end of banner
Go to start of banner

Active Directory Update Entry

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

« Previous Version 3 Next »

Snap type:

Write

 

Description:

The Update Entry Snap updates an entry in Active Directory. An entry (user Account) can be updated in any Organizational Unit (OU), Domain Controller (DC) etc.

The attributes of table will create on suggest based on the existing distinguished name into Active Directory. The table consists of all the fields that needs to be updated.

To generate the suggested attributes into the table the existing distinguished name is required.

  • Expected upstream Snaps: Upstream Snap can be given. File reader followed by any file parser  followed by Structure.
  • Expected downstream Snaps: Any file Formatter followed by File Writer.
  • Expected input:  Existing distinguished name, Entry attributes(Attribute keys, Attribute values)
  • Expected output:  This Snap will give the output data as status of updated entry.

 

Prerequisites:

[None]

 

Support and limitations:

 

Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Active Directory Basic Auth Account for information on setting up this type of account.

 

Views:
InputThis Snap has exactly one document input view.
OutputThis Snap has exactly one document output view.
ErrorThis Snap has at most one document error view and produces zero or more documents in the view.

Settings

Label

 

Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Existing distinguished name

 

Required. The distinguished name of the existing entry.To generate the suggested attributes into the table the distinguished name of the existing entry into Active Directory is required.
Example: CN=AbcUser,CN=Users,DC=server,DC=gaianlabs,DC=com

Default value: [None]

 

Entry attributes


Required. The table of attribute key-value pairs to update the entry.

Attribute keys:The suggested attributes based on the provided Existing distinguished name property.
Attribute values: The corresponding values of the suggested key to update the entry.

 

Execute during preview


This property enables you to execute the Snap during the Save operation so that the output view can produce the preview data.

Default value:  Not selected

 

 

Examples


  • No labels