You are here

function ldapauth_init in LDAP integration 6

Implements hook_init().

File

./ldapauth.module, line 48
ldapauth provides authentication against ldap server.

Code

function ldapauth_init() {
  module_load_include('inc', 'ldapauth', 'includes/LDAPInterface');
  module_load_include('inc', 'ldapauth', 'includes/ldap.core');
}