function ldapsync_init in LDAP integration 6
Implements hook_init().
File
- ./
ldapsync.module, line 22 - ldapsync keeps LDAP and Drupal user lists synchronized.
Code
function ldapsync_init() {
module_load_include('inc', 'ldapauth', 'includes/ldap.core');
module_load_include('inc', 'ldapauth', 'includes/LDAPInterface');
}