apoc.load.ldap

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

Procedure Apoc Extended

apoc.load.ldap("key" or {connectionMap},{searchMap}) Load entries from an ldap source (yield entry)

Signature

apoc.load.ldap(connection :: ANY?, search :: MAP?) :: (entry :: MAP?)

Input parameters

Name Type Default

connection

ANY?

null

search

MAP?

null

Output parameters

Name Type

entry

MAP?