You are here

README.txt in LDAP integration 6

Same filename and directory in other branches
  1. 5.2 README.txt
  2. 5 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 ldapXXX module 
depends on. It implements LDAP/AD authentication for Drupal. This module has 
been tested with OpenLDAP, OpenDirectory (Mac OS X) and Active Directory 2003.

ldapgroups.module depends upon ldapauth.module and extends the functionality 
to  integrate LDAP Groups with Drupal Roles

ldapdata.module depends upon the profile and ldapauth module  and extends the 
functionality to enable mapping of other LDAP attributes to Drupal attributes.
Also allows management of ldap attributes via the Drupal profile module.


History
=======
This module was initially developed by pablom (http://drupal.org/user/6936) 
for drupal. Its current maintainers are kreaper (http://drupal.org/user/57158)
and scafmac (http://drupal.org/user/90087). The Drupal 6 version was ported
by miglius (http://drupal.org/user/18741).


Limitations
===========

The module group went through a re-design overhaul as of Drupal 5.x when it 
was transferred to the new maintainers. As such, support for previous modules
is extremely limited. Before upgrading this module from < 4.7.x to 5.x, you
must read http://drupal.org/node/92407#comment-178886


Documentation
=============

Documentation is forthcoming. For LDAP administrators, it should be intuitive.
(well, at least that was the thought..)


File

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