Feeds: LDAP

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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.

Domain Feeds

Component type

module

Categories

Maintenance status

Development status

Downloads

4389

Component created

Component changed

This module provides Domain Access mappers for the Feeds module. Once you've created domains in domain access module settings you will be able to map to them in the feeds module mapping settings. In your .csv file, please use "1" to attach nodes to domains.

Check out the screenshot to view an example.

Feature Server (fserver)

Component type

module

Maintenance status

Development status

Downloads

3614

Component created

Component changed

This module allows you to share features and custom modules on your own website. It lets you create projects and releases, and it produces an update XML feed compatible with the update module in core. In a way it's a highly simplified version of the project module.

ISBN2node

Component type

module

Maintenance status

Development status

Downloads

6007

Component created

Component changed

This is a Drupal 7 module that will create nodes in a book archive based on ISBN's. ISBN's or International Standard Book Numbers are unique identifiers for books, and based on ISBN you can mostly gather quite a bit of information about a book as well as get a hold of its cover. The module will allow users to easily build archives of physical books based on these book's ISBN's.

Webhooks

Component type

module

Maintenance status

Development status

Downloads

665

Component created

Component changed

Webhooks are "user-defined HTTP callbacks". They are usually triggered by some event, such as pushing code to a repository or a comment being posted to a blog. When that event occurs, the source site makes an HTTP request to the URI configured for the webhook.

– https://en.wikipedia.org/wiki/Webhook

This module acts as both a Webhook dispatcher and a Webhook receiver.