From 6703a4bb075a3d56d71cad96d8f913bf1284fb12 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 10 Dec 2009 16:56:17 -0500 Subject: [PATCH] Add the authenticate capability to the Sql driver. There are still a number of the drivers that do not have this capability - any idea why any auth driver wouldn't support authentication? --- framework/Auth/lib/Horde/Auth/Sql.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/Auth/lib/Horde/Auth/Sql.php b/framework/Auth/lib/Horde/Auth/Sql.php index 7b573f2f3..20e8c134e 100644 --- a/framework/Auth/lib/Horde/Auth/Sql.php +++ b/framework/Auth/lib/Horde/Auth/Sql.php @@ -80,7 +80,8 @@ class Horde_Auth_Sql extends Horde_Auth_Base 'list' => true, 'remove' => true, 'resetpassword' => true, - 'update' => true + 'update' => true, + 'authenticate' => true, ); /** -- 2.11.0