<?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');
