' . t('LDAP Help Module') . '

' . t('This module is meant to assist Drupal admins in configuring, debugging, sharing, and submitting support and bug request related to LDAP modules.') . ' ' . t('LDAP Help Module should be disabled unless you are debugging or configuring ldap problems.') . ' ' . t('It adds no functionality to the LDAP modules.') . '

'; $path = drupal_get_path("module", "ldap_servers"); $text .= <<LDAP Module Resources

Your local LDAP Documentation and Administrators

You would be surprised how much is documented about your local ldap. Find your organization's LDAP documentation and support staff before you stuggle blindly. Know if ldap or ldaps is used. Know if an odd port is used. Know how service accounts are expected to be used. Below are examples of ldap implementation documentation:

General Drupal Support Help

General LDAP Resources

EOT; return $text; }