TRANSFORMER

LDAP source

An LDAP source is used to retrieve data from a Lightweight Directory Access Protocol (LDAP) server. It is normally used with an Object target either a User target or a Group target to load users and/or groups into the BMP system.

 

Use of LDAP source assumes knowledge of the LDAP schema and LDAP syntax.

 

Users are automatically created during login if they do not exist, based on their LDAP group membership as defined in BMP:

1. If the user exists, login

2. If the user does not exist, try to authenticate based on the groups that are defined in BMP, and the user is created if member of a group. If not, authentication fails and no user is created.

This means that it is not necessary to import users. Only the groups users are members of need to be defined.

 

Creating an LDAP source

Right click in the Transformer design panel and choose Source -> LDAP source. Now double click the LDAP source icon to configure.

Properties

Connection

<user> @<domain>. SO

 

General

 

Criteria

Use Enter to separate the names. In the Properties panel they will be separated by a semicolon.

If 'Name' is included in Fields, Include name should not be marked. If so, the 'Name' column will be empty.

 

See below for examples.

 

Audit

 

Advanced

Criteria

 

Other

 

Tips for retrieving users from Microsoft Active Directory LDAP server

 

The URL is in the format:

ldap://10.10.10.22:389/DC=TESTDOMAIN

the IP address 10.10.10.22 is the AD server

389 is the standard port number for LDAP

DC=TESTDOMAIN will restrict the search to the domain TESTDOMAIN.

 

Username and password should be a user with access to the LDAP server.

E.g Administrator@TESTDOMAIN

 

Search filter example:

(objectClass=Person) will retrieve all Persons on the entire server.

(objectClass=Group) will retrieve all Groups on the entire server.

 

Search base example:

OU=Test Organization

Will restrict the search to the Organizational Unit called "Test Organization"

 

Fields example (for Active Directory):

sAMAccountName - The account name

givenname - The first name

mail - The email address

l - The city (This is a lower case L, not the number 1)

postalCode - The postal code for the city

sn - The last name

streetAddress - The street address field

st - The state

telephoneNumber - The phone number

mobile - The mobile phone number

description - The user's description

co - The country

 

 

Version 5.1.2.0

This document contains confidential information. Not to be copied by third parties without written authorization.

© Copyright Corporater AS - All rights reserved.