You are here

ldap_test.module in Lightweight Directory Access Protocol (LDAP) 7.2

Same filename and directory in other branches
  1. 8.2 ldap_test/ldap_test.module

Module for the LDAP module testing.

File

ldap_test/ldap_test.module
View source
<?php

/**
 * @file
 * Module for the LDAP module testing.
 */

// Number of cloned drupal users (clone0, clone1, etc) to make for tests.
define('LDAP_TEST_USER_ORPHAN_CLONE_COUNT', 7);

// Number of cloned drupal users to delete in orphan check.
define('LDAP_TEST_USER_ORPHAN_CLONE_REMOVE_COUNT', 2);
define('LDAP_TEST_LDAP_NAME', 'hogwarts');