You are here

Files in LDAP integration 6

Primary tabs

File namesort descending Location Namespace Description
changelog.txt changelog.txt LDAP Integration Changelog ========================== Issue #1258642 by cgmonroe Added hook_requirement() check for ldap ext to all modules Issue #1790306 by cgmonroe uninstalling module(s) gives multiple warnings Issue #1790324 by jeroenvg Enabling…
ldap.core.inc includes/ldap.core.inc The core functions that ldapauth supplies for submodules. Will be included by default by ldapauth.
ldapauth.admin.inc ldapauth.admin.inc Module admin page callbacks.
ldapauth.api.php ldapauth.api.php LDAPAuth API function documentation
ldapauth.features.inc ldapauth.features.inc Feature related functions.
ldapauth.info ldapauth.info name = Authentication description = Implements LDAP authentication. package = LDAP integration core = 6.x php = 5.0
ldapauth.install ldapauth.install ldapauth module installation and upgrade code.
ldapauth.module ldapauth.module ldapauth provides authentication against ldap server.
ldapauth.theme.inc ldapauth.theme.inc Themes for ldapauth module.
ldapdata.admin.inc ldapdata.admin.inc Module admin page callbacks.
ldapdata.info ldapdata.info name = Data description = Implements LDAP data to Drupal profiles synchronization. package = LDAP integration dependencies[] = ldapauth core = 6.x
ldapdata.install ldapdata.install ldapdata module installation and upgrade code.
ldapdata.module ldapdata.module ldapdata provides data maping against ldap server.
ldapdata.theme.inc ldapdata.theme.inc Themes for ldapdata module.
ldapgroups.admin.inc ldapgroups.admin.inc Module admin page callbacks.
ldapgroups.api.php ldapgroups.api.php LDAPGroups API function documentation
ldapgroups.inc ldapgroups.inc ldapgroups include file.
ldapgroups.info ldapgroups.info name = Groups description = Implements LDAP groups to Drupal roles mapping. package = LDAP integration dependencies[] = ldapauth core = 6.x
ldapgroups.install ldapgroups.install ldapgroups module installation and upgrade code.
ldapgroups.module ldapgroups.module ldapgroups integrates ldap groups with drupal roles.
ldaphelp.css ldaphelp/ldaphelp.css form#dblog-filter-form div#edit-type-wrapper, table#admin-dblog th img { display: none;} code.export-summary {font-weight: normal;} table#admin-dblog th a, table#admin-dblog th {text-decoration: none; color: #000000;} th code {}
ldaphelp.info ldaphelp/ldaphelp.info name = "LDAP Help" description = LDAP Integration Admin Help. package = LDAP integration core = 6.x dependencies[] = ldapauth
ldaphelp.module ldaphelp/ldaphelp.module The ldaphelp module is a module to help admins debug ldap_integration modules.
ldaphelp_status.inc ldaphelp/ldaphelp_status.inc status file for ldaphelp module
ldaphelp_wizard.inc ldaphelp/ldaphelp_wizard.inc wizard file for ldaphelp module
LDAPInterface.inc includes/LDAPInterface.inc LDAPInterface class definition.
ldapsync.admin.inc ldapsync.admin.inc Module admin page callbacks.
ldapsync.info ldapsync.info ; $Id$ name = Synchronization description = Implements LDAP users sync with Drupal package = LDAP integration dependencies[] = ldapauth core = 6.x
ldapsync.install ldapsync.install ldapsync module installation and upgrade code.
ldapsync.module ldapsync.module ldapsync keeps LDAP and Drupal user lists synchronized.
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave, Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute verbatim copies of this license document, but…
README-PUID.txt README-PUID.txt LDAP Integration Module - Persistent and Unique IDs (PUID) Overview ======== LDAP Integration needs to map Drupal users to LDAP user. Generally, just mapping via the user name works. However, LDAP in enterprise settings can be a very dynamic.…
README.txt README.txt $Id: README.txt,v 1.7 2009/02/19 16:56:16 miglius Exp $ Basic Info ========== The ldap_integration module is actually a set of modules. Currently, they include ldapauth ldapgroups ldapdata ldapauth.module is the basic module upon which every…

Other projects