Commit 83f28db67b2abf0d617b00ff47a72871bade27f2
1 parent
31b4e425
Exists in
master
and in
3 other branches
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 | 365 | $auth_dn = ''; //= $this->authDn; |
366 | 366 | $binddn = $this->authenticationType . '=' . $user_login; |
367 | 367 | $ldappass = $user_password; |
368 | - $filter = '('.$binddn.')'; | |
368 | + $filter = '('.$binddn.')'; // ex: "(uid=epallier)" | |
369 | 369 | } |
370 | 370 | // - Authentified connection (CRAL) |
371 | 371 | else { | ... | ... |