From: Michael J. Rubinsky Date: Thu, 10 Dec 2009 21:56:17 +0000 (-0500) Subject: Add the authenticate capability to the Sql driver. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6703a4bb075a3d56d71cad96d8f913bf1284fb12;p=horde.git 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? --- 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, ); /**