| 1 |
$Id: README.txt,v 1.6.2.1 2008/08/08 12:42:44 miglius Exp $
|
| 2 |
|
| 3 |
Basic Info
|
| 4 |
==========
|
| 5 |
|
| 6 |
The ldap_integration module is actually a set of modules.
|
| 7 |
Currently, they include
|
| 8 |
ldapauth
|
| 9 |
ldapgroups
|
| 10 |
ldapdata
|
| 11 |
|
| 12 |
|
| 13 |
ldapauth.module is the basic module upon which every other ldapXXX module
|
| 14 |
depends on. It implements LDAP/AD authentication for Drupal. This module has
|
| 15 |
been tested with OpenLDAP, OpenDirectory (Mac OS X) and Active Directory 2003.
|
| 16 |
|
| 17 |
ldapgroups.module depends upon ldapauth.module and extends the functionality
|
| 18 |
to integrate LDAP Groups with Drupal Roles
|
| 19 |
|
| 20 |
ldapdata.module depends upon the profile and ldapauth module and extends the
|
| 21 |
functionality to enable mapping of other LDAP attributes to Drupal attributes.
|
| 22 |
Also allows management of ldap attributes via the Drupal profile module.
|
| 23 |
|
| 24 |
|
| 25 |
History
|
| 26 |
=======
|
| 27 |
This module was initially developed by pablom (http://drupal.org/user/6936)
|
| 28 |
for drupal. Its current maintainers are kreaper (http://drupal.org/user/57158)
|
| 29 |
and scafmac (http://drupal.org/user/90087). The Drupal 6 version was ported
|
| 30 |
by miglius (http://drupal.org/user/18741).
|
| 31 |
|
| 32 |
|
| 33 |
Limitations
|
| 34 |
===========
|
| 35 |
|
| 36 |
The module group went through a re-design overhaul as of Drupal 5.x when it
|
| 37 |
was transferred to the new maintainers. As such, support for previous modules
|
| 38 |
is extremely limited. Before upgrading this module from < 4.7.x to 5.x, you
|
| 39 |
must read http://drupal.org/node/92407#comment-178886
|
| 40 |
|
| 41 |
|
| 42 |
Documentation
|
| 43 |
=============
|
| 44 |
|
| 45 |
Documentation is forthcoming. For LDAP administrators, it should be intuitive.
|
| 46 |
(well, at least that was the thought..)
|
| 47 |
|
| 48 |
|