Feeds: LDAP

Categories

Component ID

1152484

Component name

Feeds: LDAP

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Overview

This module adds a new fetcher, parser and processor which makes it possible to fetch, parse and import data using LDAP. Data can be used to create users.

Fetcher

The fetcher shows a textfield where you can enter a search term which is used to retrieve users data. You import multiple data using wildcard such as *.

Parser

The parser exposes mappings to be used to map the data. You can add additional mappings by using a hook.

Processor

The processor extends the already existing user processor by taking the incoming data and map that to users. Users are created if they doesn't exists. If they already exists they are simply updated. You can also choose to map roles stored at the LDAP server to drupal roles if you've defined those in the ldap module.

Dependencies

The module depends on the ldap module and uses the settings defined there.

Note

Current version is only a development release and has only been tested against Microsoft Active Directory. The data was used to create/update users in Drupal.