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

' . t('How to report bugs in LDAP Project.') . '

'; ldap_server_module_load_include('inc', 'ldap_help', 'ldap_help.status'); $ldap_config = ldap_help_status('html'); $path = drupal_get_path("module", "ldap_servers"); $text .= <<
  • Search for existing issues. Include all statuses and versions in you search; a closed issue may be relevant. http://drupal.org/project/issues/search/ldap
  • Look for common problems/solutions at: http://drupal.org/node/997082. This is editable, so actively participate in updateing this documentation.
  • Additional directions are at the beginning of the add issue form at http://drupal.org/node/add/project-issue/ldap.
  • Cut and past the html below into a file calledldap_config.html and attach it when reporting errors.
    The table below is the same. Check that no sensitive data is in it.

    $ldap_config EOT; return $text; }