Commit 83f28db67b2abf0d617b00ff47a72871bade27f2

Authored by Etienne Pallier
1 parent 31b4e425

commentaire

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/Model/Table/LdapConnectionsTable.php
@@ -365,7 +365,7 @@ class LdapConnectionsTable extends AppTable @@ -365,7 +365,7 @@ class LdapConnectionsTable extends AppTable
365 $auth_dn = ''; //= $this->authDn; 365 $auth_dn = ''; //= $this->authDn;
366 $binddn = $this->authenticationType . '=' . $user_login; 366 $binddn = $this->authenticationType . '=' . $user_login;
367 $ldappass = $user_password; 367 $ldappass = $user_password;
368 - $filter = '('.$binddn.')'; 368 + $filter = '('.$binddn.')'; // ex: "(uid=epallier)"
369 } 369 }
370 // - Authentified connection (CRAL) 370 // - Authentified connection (CRAL)
371 else { 371 else {