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.
Comments
Comment #1
ralt commentedChanging priority according to the new priority guidelines.
Also, this module hasn't got -any- review.
Comment #2
davidhernandezPlease review the issue johnbarclay created in your sandbox issue queue http://drupal.org/node/1177942 . How this proceeds probably depends on how you choose to answer his questions.
Comment #3
davidhernandezComment #4
klausiNo activity in several months. Reopen and set the status to "needs review" if you are still pursuing this application.