Add the authenticate capability to the Sql driver.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 10 Dec 2009 21:56:17 +0000 (16:56 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 10 Dec 2009 21:58:31 +0000 (16:58 -0500)
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

index 7b573f2..20e8c13 100644 (file)
@@ -80,7 +80,8 @@ class Horde_Auth_Sql extends Horde_Auth_Base
         'list'          => true,
         'remove'        => true,
         'resetpassword' => true,
-        'update'        => true
+        'update'        => true,
+        'authenticate'  => true,
     );
 
     /**