Revert "Security: Temporary grant all permissions"

This reverts commit 9b7e75a616.

Patching function hasPermission is not enough. A fix will follow.
This commit is contained in:
Eric Lippmann 2015-01-22 17:11:53 +01:00
parent 9a59f3529c
commit ef0a7c0e77
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ class ActionController extends Zend_Controller_Action
*/
public function assertPermission($name)
{
return;
if (! $this->Auth()->hasPermission($name)) {
// TODO: Shall this be an Auth Exception? Or a 404?
throw new IcingaException(