Configuring LDAP Accounts

Configuring LDAP Accounts

On this Page

This account is used by the Snaps in the LDAP Snap Pack.

You can create an account from Designer or Manager. In Designer, when working on pipelines, every Snap that needs an account prompts you to create a new account or use an existing account. The accounts can be created in or used from:

  • Your private project folder: This folder contains the pipelines that will use the account.

  • Your Project Space’s shared folder: This folder is accessible to all the users that belong to the Project Space.

  • The global shared folder: This folder is accessible to all the users within an organization in the SnapLogic instance.

 

Account Configuration

In Manager, you can navigate to the required folder and create an account in it (see Accounts). To create an account for LDAP: 

  1. Click Create, then select LDAP > LDAP Account.

  2. Supply an account label.

  3. Supply the necessary information. 

  4. (Optional) Supply additional information on this account in the Notes field of the Info tab.

  5. Click Apply.

 

Account Types

LDAP Account

ldap-account.png

 

Account Settings

Field Name

Field Type

Field Dependency

Description

Field Name

Field Type

Field Dependency

Description

Field Name

Field Type

Field Dependency

Description

Field Name

Field Type

Field Dependency

Description

Label*

Default ValueN/A
ExampleAmazon SNS Account

String

N/A

Specify a unique label for the account.

 

Protocol

 

Default value: ldap

Expression

N/A

The Internet Protocol to connect to the LDAP server. Options available include:

  • ldap

  • ldaps

For performing certain operations like creating or updating an entry with unicode password, it is recommended to use ldaps protocol.

Whenever the LDAP Snaps display an error indicating insufficient privileges (unwilling to perform), use the LDAPS protocol.

Host*

Default value: [None]

Expression

 

The IP address or host name of the LDAP server. 

Auth distinguished name*

Default value: [None]

Expression

 

The DN (distinguished name) of the user. Options available include:

  • simple: simple authentication

  • none: anonymous access

Auth password

Default value: [None]

Expression

N/A

The password of the user.

 

Authentication

Default value: simple

Expression

N/A

The authentication mechanism to be used. Options available include:

  • simple: simple authentication

  • none: anonymous access

Port

Default value: 389

Expression

 

The port number to connect to the LDAP server. Default value to attempt: 389 for LDAP, 636 for LDAPS.

Default value: 389