README.txt |
README.txt |
|
The Simple LDAP project is a set of modules to provide Drupal integration with
an LDAPv3 server. It is an alternative to the Lightweight Directory Access
Protocol (LDAP) module, with a much narrower set of features. The goal of the
project is to… |
README.txt |
contrib/README.txt |
|
This folder consists of small helper modules that cover some one-off
situations. These modules are not officially supported, and mostly serve as
examples of how to bridge the gaps between the base functionality of the
simple_ldap family of modules,… |
README.txt |
simple_ldap_role/README.txt |
|
Simple LDAP Role
================
This module allows Drupal roles to be derived from LDAP groups, and
vice-versa. It is dependent on the Simple LDAP User module.
Testing
=======
The simpletests provided with this module automatically configure… |
README.txt |
simple_ldap_user/README.txt |
|
Simple LDAP User
================
This module allows authentication to the LDAP directory configured in the
Simple LDAP module. It also provides synchronization services both to and from
LDAP and Drupal. It supports mapping LDAP attributes to Drupal… |
SimpleLdap.class.php |
SimpleLdap.class.php |
|
Class defining base Simple LDAP functionallity. |
SimpleLdapException.class.php |
SimpleLdapException.class.php |
|
Class to handle Simple LDAP exceptions. |
SimpleLdapRole.class.php |
simple_ldap_role/SimpleLdapRole.class.php |
|
SimpleLdapRole class file. |
SimpleLdapSchema.class.php |
SimpleLdapSchema.class.php |
|
Class to represent an LDAP server schema. |
SimpleLdapServer.class.php |
SimpleLdapServer.class.php |
|
Class to handle LDAP server connections and related operations. |
SimpleLdapSSO.class.php |
simple_ldap_sso/SimpleLdapSSO.class.php |
|
SimpleLdapSSO object. |
SimpleLdapUser.class.php |
simple_ldap_user/SimpleLdapUser.class.php |
|
Class defining a simple LDAP user. |
SimpleLdapUserController.class.php |
simple_ldap_user/SimpleLdapUserController.class.php |
|
SimpleLdapUserController class. |
SimpleLdapUserMap.class.php |
simple_ldap_user/SimpleLdapUserMap.class.php |
|
Class defining the LDAP <-> Drupal user field mappings. |
simple_ldap.admin.inc |
simple_ldap.admin.inc |
|
Functions for Simple LDAP admin interface. |
simple_ldap.api.php |
simple_ldap.api.php |
|
Describe hooks provided by the Simple LDAP User module. |
simple_ldap.info |
simple_ldap.info |
|
name = Simple LDAP
description = Simple LDAP server configuration
package = LDAP
core = 7.x
configure = admin/config/people/simple_ldap
files[] = SimpleLdap.class.php
files[] = SimpleLdapException.class.php
files[] = SimpleLdapSchema.class.php
files[]… |
simple_ldap.install |
simple_ldap.install |
|
simple_ldap module installation. |
simple_ldap.module |
simple_ldap.module |
|
Main simple_ldap module file. |
simple_ldap.test |
simple_ldap.test |
|
Tests for Simple LDAP module. |
simple_ldap_active_group.info |
contrib/simple_ldap_active_group/simple_ldap_active_group.info |
|
name = Simple LDAP Active Group
description = Adds a user to the defined LDAP group when set to "Active" and removes the user from the group when set to "Blocked". This module is best used when a search filter is set in Simple Ldap… |
simple_ldap_active_group.install |
contrib/simple_ldap_active_group/simple_ldap_active_group.install |
|
simple_ldap_active_group module installation. |
simple_ldap_active_group.module |
contrib/simple_ldap_active_group/simple_ldap_active_group.module |
|
Main simple_ldap_active_group module file. |
simple_ldap_role.admin.inc |
simple_ldap_role/simple_ldap_role.admin.inc |
|
Functions for Simple LDAP Role admin interface. |
simple_ldap_role.info |
simple_ldap_role/simple_ldap_role.info |
|
name = Simple LDAP Role
description = Simple LDAP role authorization
package = LDAP
core = 7.x
configure = admin/config/people/simple_ldap/role
dependencies[] = simple_ldap
dependencies[] = simple_ldap_user
files[] = simple_ldap_role.test
files[] =… |
simple_ldap_role.install |
simple_ldap_role/simple_ldap_role.install |
|
simple_ldap_role module installation. |
simple_ldap_role.module |
simple_ldap_role/simple_ldap_role.module |
|
Main simple_ldap_role module file. |
simple_ldap_role.test |
simple_ldap_role/simple_ldap_role.test |
|
Tests for Simple LDAP Role module. |
simple_ldap_sso.admin.inc |
simple_ldap_sso/simple_ldap_sso.admin.inc |
|
Simple LDAP SSO Admin pages. |
simple_ldap_sso.inc |
simple_ldap_sso/simple_ldap_sso.inc |
|
Simple LDAP SSO API functions. |
simple_ldap_sso.info |
simple_ldap_sso/simple_ldap_sso.info |
|
name = Simple LDAP SSO
description = Single-Sign-On support for Simple LDAP module
dependencies[] = simple_ldap_user
package = LDAP
core = 7.x
configure = admin/config/people/simple_ldap/sso
files[] = SimpleLdapSSO.class.php
files[] =… |
simple_ldap_sso.install |
simple_ldap_sso/simple_ldap_sso.install |
|
Simple LDAP SSO install/update hooks. |
simple_ldap_sso.module |
simple_ldap_sso/simple_ldap_sso.module |
|
|
simple_ldap_sso.session.inc |
simple_ldap_sso/simple_ldap_sso.session.inc |
|
|
simple_ldap_sso.test |
simple_ldap_sso/simple_ldap_sso.test |
|
Simple LDAP SSO module tests. |
simple_ldap_user.admin.inc |
simple_ldap_user/simple_ldap_user.admin.inc |
|
Functions for Simple LDAP User admin interface. |
simple_ldap_user.api.php |
simple_ldap_user/simple_ldap_user.api.php |
|
Describe hooks provided by the Simple LDAP User module. |
simple_ldap_user.info |
simple_ldap_user/simple_ldap_user.info |
|
name = Simple LDAP User
description = Simple LDAP user authentication
package = LDAP
dependencies[] = simple_ldap
core = 7.x
configure = admin/config/people/simple_ldap/user
files[] = SimpleLdapUser.class.php
files[] =… |
simple_ldap_user.install |
simple_ldap_user/simple_ldap_user.install |
|
simple_ldap_user module installation. |
simple_ldap_user.module |
simple_ldap_user/simple_ldap_user.module |
|
Main simple_ldap_user module file. |
simple_ldap_user.password.inc |
simple_ldap_user/simple_ldap_user.password.inc |
|
Secure password hashing functions for user authentication. |
simple_ldap_user.test |
simple_ldap_user/simple_ldap_user.test |
|
Tests for Simple LDAP User module. |
simple_ldap_user_delete_blocked.info |
contrib/simple_ldap_user_delete_blocked/simple_ldap_user_delete_blocked.info |
|
name = Simple LDAP Delete Blocked User
description = Deletes a user from LDAP when set to Blocked in Drupal. This keeps the directory clean, and when restoring the account to Active, the user will be resynced to LDAP by the Simple LDAP User… |
simple_ldap_user_delete_blocked.module |
contrib/simple_ldap_user_delete_blocked/simple_ldap_user_delete_blocked.module |
|
simple_ldap_user_delete_blocked module file. |