Projet

Général

Profil

Paste
Télécharger (345 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ldap / ldap_test / ldap_test.module @ bc175c27

1
<?php
2

    
3
/**
4
 * @file
5
 * Module for the LDAP module testing
6
 *
7
 */
8

    
9
define('LDAP_TEST_USER_ORPHAN_CLONE_COUNT', 7);  // number of cloned drupal users (clone0, clone1, etc) to make for tests
10
define('LDAP_TEST_USER_ORPHAN_CLONE_REMOVE_COUNT', 2); // number of cloned drupal users to delete in orphan check
11
define('LDAP_TEST_LDAP_NAME', 'hogwarts');