From: Michael M Slusarz Date: Thu, 30 Jul 2009 03:48:56 +0000 (-0600) Subject: hint on check_perms setting X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=52a9d776c4f3985d3c6178c5b07d0a6c025686dd;p=horde.git hint on check_perms setting --- diff --git a/framework/Auth/lib/Horde/Auth/Application.php b/framework/Auth/lib/Horde/Auth/Application.php index d3549ee32..d12a703b8 100644 --- a/framework/Auth/lib/Horde/Auth/Application.php +++ b/framework/Auth/lib/Horde/Auth/Application.php @@ -29,6 +29,11 @@ class Horde_Auth_Application extends Horde_Auth_Base /** * Equivalent methods in application's API. * + * The 'authAuthenticate', 'authAuthenticateCallback', and + * 'authTransparent' methods must not have the check_perms flag set + * (however, for sanity reasons it is best to have a Horde_Auth::getAuth() + * check inside of the authAuthenticate function). + * * @var array */ protected $_apiMethods = array(