You are here

README.txt in LDAP integration 5

Same filename and directory in other branches
  1. 5.2 README.txt
  2. 6 README.txt
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)


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