You are here

function ldap_user_init in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_user/ldap_user.module \ldap_user_init()

Implements hook_init().

File

ldap_user/ldap_user.module, line 103
Module for the LDAP User Entity.

Code

function ldap_user_init() {

  // Reset for simpletest page load behavior.
  ldap_user_ldap_provision_semaphore(NULL, NULL, NULL, TRUE);
}