You are here

README.txt in Lightweight Directory Access Protocol (LDAP) 7

================================================================================
Status Summary
================================================================================

This is a development version of LDAP profile add on module to the LDAP package.

This module allows a mapping between ldap fields and drupal fields with the help
of a UI.

If you need to add an expression to translate the ldap value into a different 
format for drupal, this can be done through the ldap_profile_data_translate.inc
file.

Eventually this conversion process will be included in the UI so no files have to
be modified.

File

ldap_profile/README.txt
View source
  1. ================================================================================
  2. Status Summary
  3. ================================================================================
  4. This is a development version of LDAP profile add on module to the LDAP package.
  5. This module allows a mapping between ldap fields and drupal fields with the help
  6. of a UI.
  7. If you need to add an expression to translate the ldap value into a different
  8. format for drupal, this can be done through the ldap_profile_data_translate.inc
  9. file.
  10. Eventually this conversion process will be included in the UI so no files have to
  11. be modified.