欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

drupal-modules / ldap Public 有大用

@grahlgrahl Tweak dependency handling due to missing authorization release.7f3ebedon 4 Dec 2017

Git stats

Files

TypeNameLatest commit messageCommit timedocsGeneral improvements to Docker example setup and fixes in LDIF file.5 years agoldap_authenticationIssue #2914053: Remove user 1 custom logic (preparation)4 years agoldap_authorizationIssue #2912513: Abstract detailed logging events into logger class5 years agoldap_helpIssue #2912513: Abstract detailed logging events into logger class5 years agoldap_queryIssue #2895941 by grahl, pektinasen: Unable to provision to drupal wi…5 years agoldap_serversIntroduce hidden module to circumvent issues with dependencies.4 years agoldap_userIssue #2329245 by BarisW, grahl: Fetching of the user image fails on …4 years ago.gitignoreMinor style corrections.5 years agoINSTALL.mdIssue #2912513: Abstract detailed logging events into logger class5 years agoREADME.developers.mdIssue #2912513: Abstract detailed logging events into logger class5 years agoREADME.mdIssue #2912513: Abstract detailed logging events into logger class5 years agocomposer.jsonTweak dependency handling due to missing authorization release.4 years agoldap.info.ymlIntroduce hidden module to circumvent issues with dependencies.4 years ago

README.md

The current state of the LDAP module is still in-flux while the port to Drupal 8 is ongoing. The majority of the core functionality is available and usable but caution should be taken for more complex scenarios such as provisioning to LDAP.

Please see INSTALL.md for specific information on setting up the Drupal LDAP suite.

For more information review the following resources:

Module overview

ModuleDescription
ldap_authenticationThis module provides a overall authentication functionality closely tied to ldap_user and ties in with several other modules, such as ldap_sso.
ldap_authorizationThe module to grant roles to users based on directory criteria, relies on the externalauth module.
ldap_feeds (Unported)Feeds integration to automatically sync users.
ldap_helpA debugging module to help you discover additional information through detailed logging.
ldap_queryA module to allow you to execute custom queries, which can be display in Views or used in custom solutions.
ldap_serversThe base module for communicating with a directory.
ldap_ssoProvides Kerberos/NTLM single-sign-on. Note that this module is now a separate project on drupal.org.
ldap_userA base module with low-level user functionality as well as mechanisms to sync user data.

A common scenario for logging in users via LDAP, assigning groups to them and syncing user fields thus consists of ldap_authentication, ldap_authorization, ldap_servers, ldap_user.

Additional information

If you are not yet familiar with how LDAP operates or how directory services work in general, the following links can be helpful resources.

However, we recommend in any case that you contact your organization's directory maintainer, since their help can often save you a significant amount of time in debugging.

General LDAP resources

Example documentations from public universities


来自  https://github.com/drupal-modules/ldap


普通分类: