# Summary
The Lightweight Directory Access Protocol (LDAP) project provides integration with LDAP for authentication, user provisioning, authorization, feeds, and views. It also provides apis and building blocks (query and server configuration storage) for other modules.
# Project URL
https://www.drupal.org/project/ldap
# Where is the code?
https://github.com/Laudanum/ldap
https://www.drupal.org/project/ldap
# Estimated completion date
2016
# Dependencies
ConfigEntity, UserAuth, Authorization, ExternalAuth
# Who's doing the port?
Queenvictoria, Holly Sydney
# What help do they need?
Contributors, testers with other server types (OpenDirectory, OpenLDAP)
# D8 roadmap
https://www.drupal.org/node/2259385
# Background and reference information
This began as a straight port from 7.x-2.x to 8.x-2.x but after discussions with @larowlan and @chx in contrib office hours it became clear that we should refocus on doing this in a more Drupal 8 fashion. For ldap_servers we will try and follow the search_api pattern for implementing servers as ConfigEntities rather than ContentEntities. And rework ldap_authentication as UserAuth instead of modifying the form as D7 does.
Comments
Comment #2
queenvictoria commentedComment #3
sanduhrsComment #4
queenvictoria commentedComment #5
grahlComment #6
grahlComment #7
avpaderno