Closed (won't fix)
Project:
LDAP integration
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2007 at 13:52 UTC
Updated:
6 Aug 2011 at 18:58 UTC
When you go to admin/settings/ldapauth you should see a clear warning message if the LDAP support is not available in PHP.
It should be simply something like:
if (!function_exists('ldap_connect'))
drupal_set_message(t('LDAP support is not available in PHP! Please enable it.'), 'error');
(just written the code here, not tested).
Comments
Comment #1
johnbarclay commentedClosing 5.x issues to clean out issue queue.