From f7d9556b84bce8b00875fd0dd2adaff9a952fa4c Mon Sep 17 00:00:00 2001 From: SJ Date: Sat, 6 Oct 2012 21:35:22 +0200 Subject: [PATCH] fixed a typo in model/userr/auth.php --- webui/model/user/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/model/user/auth.php b/webui/model/user/auth.php index bc5d35c3..ead707c2 100644 --- a/webui/model/user/auth.php +++ b/webui/model/user/auth.php @@ -21,7 +21,7 @@ class ModelUserAuth extends Model { } if($ok == 0 && strlen($query->row['dn']) > 3) { - $ok = $this->checkLoginAgainstLDAP($query->row, $password); } + $ok = $this->checkLoginAgainstLDAP($query->row, $password); }