Experimental project
This is a sandbox project, which contains experimental code for developer use only.
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.
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Import and export
- Created by marhak on , updated