Cannot import LDAP request channel data

I installed an LDAP query that successfully retrieves all the data from the physicaldeliveryofficename field from our Windows Active Directory:

LDAP_query.png

I also customize the view, which uses the query to further refine the list, so I'm sure the query itself works:

LDAP_views.png

The problem arises when I try to use Feeds Importers to capture this data and add it to my Office content type. Here are my settings:

basic settings

Name: Offices Attach to content type: Use offline form Periodic import: 1 day Import on submission: checked

Fecher

LDAP selector selected

LDAP Query Collector

LDAP Request: HPSI Offices (correct request)

Parser

Selected LDAP input parser for channels

CPU

Node processor selected

Node processor

Package: Office Language: neutral language Insert new nodes: insert new nodes Update existing nodes: update existing nodes Text format: plain text (also tried HTML) Action to be taken when there are no previously imported nodes in the feed: Delete nonexistent nodes Author: User 1 is currently used, but also tried anonymous Authorize: checked Hysterical nodes: never

Mapping

Source: [physicaldeliveryofficename] Purpose: Name (title) Used as unique

When I run this feed importer, the only thing that happens is one Office created with an empty header (see the last image.) Can someone tell me why this importer does not work when both the LDAP request and the look like depends on?

Feeds_import.png

UPDATE: I discovered a problem with LDAP channels on Drupal.org, and it looks like I'm not the only one with this problem. https://www.drupal.org/node/2685009

+6
source share
1 answer

It sounds very similar to the problem indicated in the error queue of the LDAP module . Try applying the fix from comment 11.

0
source

All Articles