Commit 06094b96b873fa2fdf984607fc69a2d7adef37ef

Authored by Etienne Pallier
1 parent 8b86699b
Exists in master and in 2 other branches dev, dev-IRAP

test ldap

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/Model/Table/LdapConnectionsTable.php
... ... @@ -10,6 +10,8 @@ use Cake\Core\Exception\Exception;
10 10 class LdapConnectionsTable extends AppTable
11 11 {
12 12  
  13 + private $DEBUG_MODE = TRUE;
  14 +
13 15 // (EP 23/5/19) Optimisation:
14 16 // Les utilisateurs sont stockés dans un cache (BD)
15 17 // pour limiter les accès au LDAP
... ... @@ -36,7 +38,6 @@ class LdapConnectionsTable extends AppTable
36 38 /* fin MCM*/
37 39  
38 40 private $LDAP_USED = TRUE;
39   - private $DEBUG_MODE = FALSE;
40 41  
41 42 private $fakeLDAPUsers = [];
42 43  
... ...