You are here

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

Same filename and directory in other branches
  1. 7.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
 *
 */
define('LDAP_TEST_USER_ORPHAN_CLONE_COUNT', 7);

// number of cloned drupal users (clone0, clone1, etc) to make for tests
define('LDAP_TEST_USER_ORPHAN_CLONE_REMOVE_COUNT', 2);

// number of cloned drupal users to delete in orphan check
define('LDAP_TEST_LDAP_NAME', 'hogwarts');

Constants