From 83f28db67b2abf0d617b00ff47a72871bade27f2 Mon Sep 17 00:00:00 2001 From: Etienne Pallier Date: Fri, 14 Dec 2018 18:35:02 +0100 Subject: [PATCH] commentaire --- src/Model/Table/LdapConnectionsTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Table/LdapConnectionsTable.php b/src/Model/Table/LdapConnectionsTable.php index 9820527..68a1d9e 100755 --- a/src/Model/Table/LdapConnectionsTable.php +++ b/src/Model/Table/LdapConnectionsTable.php @@ -365,7 +365,7 @@ class LdapConnectionsTable extends AppTable $auth_dn = ''; //= $this->authDn; $binddn = $this->authenticationType . '=' . $user_login; $ldappass = $user_password; - $filter = '('.$binddn.')'; + $filter = '('.$binddn.')'; // ex: "(uid=epallier)" } // - Authentified connection (CRAL) else { -- libgit2 0.21.2