Zend ACL is an Access Control List class in the Zend Framework, an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License.
1
vote
1answer
22 views
zend acl for list of records to view
I've got a list of trades (lets say some records) made by different users in my Zend framework based application.
I want to allow users to view only their trades, and if they try to view another ...
0
votes
3answers
33 views
How to redirect to a different controller action in Zend
I am creating a simple website where users can sign up, and then sign in and add text articles. Without signing in, a visitor will have the role of a guest, and will only be able to view articles. I ...
0
votes
2answers
66 views
ACL implementation based on variable and not static roles
I would like to use Zend's ACL (Zend\Permissions\Acl) not (only) based on static roles but also on (variable) user points.
In my application every user has points. A resource has a minimum of points ...
0
votes
0answers
19 views
Does Zend_Acl ristricts access to other module's model, mapper class access too?
I am using Zend Modular Application approach. I have setup Zend_Acl module wise. I have already one Mapper class say Default_Model_AirlineMapper set up in Default Module.
class ...
0
votes
1answer
98 views
Zend Navigation privileges without Zend ACL's
Ok, I have a code that generates a xml file like the following:
<?xml version="1.0" encoding="UTF-8"?>
<configdata>
<nav>
<main>
...
0
votes
0answers
18 views
How to set up Zend_Acl on user level
I've got Zend_Acl working based on user roles but I would also like to allow certain username to access certain modules/ controllers outside its role.
For example: users under "guest" role don't have ...
0
votes
1answer
121 views
ZEND_ACL sollution in the module based application
I'm developing an application on ZF
I've faced a huge unsolvable problem - ZEND_Acl
It's unsolvable for me because every article that I found doesn't relate to MODULE based applications.
lately I ...
0
votes
1answer
70 views
Zend_Acl, How to check a user with multiple roles for resource access
i am implementing RBAC for my app, and everything is managed from database.
for example i am storing all resources/permissions in a table called permission , all roles in role table, and another ...
4
votes
1answer
941 views
Zend Framework 2 - Authentication / ACL
Hi i am new to ZF2 and i am trying to understand the main concepts by creating an extended application to learn all about ZF2 and test my knowledge.
Please forgive me if my questions sound stupid or ...
-1
votes
1answer
237 views
Zend Framework 2.0 Acl Library
Ok i already started out this new project for 2 weeks and so far so good.
Up till today i just realize there is no Acl component in Zend 2.0.Is it true? Or im missing something.
So currently im ...
0
votes
1answer
64 views
Zend_Acl and Redirection\Forward
Is there any reason why this code would time-out or not work in an action helper preDispatch() function or a plugin preDispatch() function?
$request =$this->getActionController->getRequest();
...
0
votes
1answer
353 views
Session management in Zend Framework 2
Trying to do site with administration on Zend Framework 2, set the authorization at mysite / admin / login. How to deny access if the authorization is not completed all the way after mysite / admin / ...
0
votes
1answer
94 views
Linking Zend_Acl with Zend_Navigation
I want Navigation to show only items allowed by Acl, but I have problems linking Navigation with Acl - when I do it, like it is shown in the official example or some other resources on the internet, ...
0
votes
1answer
84 views
Use Zend_ACL to display list of users own posts
I have users and posts tables and I want to set it up so that a logged in user can only view his posts i.e created by him. The thing is that I know how this can be done with simple sql and php however ...
0
votes
1answer
54 views
local javascript files going through zend_acl?
I have a strange issue after moving my zend web application to a linux server, when my layout tries to include a javascript file:-
<?php echo $this->headScript()
...
0
votes
1answer
50 views
Zend_ACL - Cannot use my current model with it, I think I'm doing MVC the wrong way here
I've just started using Zend_ACL to restrict access to certain controllers based on user roles. Its working pretty fine except however now I need to set it up so that users can only access their own ...
0
votes
0answers
78 views
Zend ACL: Role per Object id
I would like to switch my current permission system over to Zend ACL however I have a feeling it cant support some vital functionality I require.
Each user can be an account manager for different ...
1
vote
1answer
172 views
Zend navigation rendering issue
This is my navigation XML format, there are 2 user levels in the system, Admin and Super Admin,
When login as Admin all the menu items should be displayed and it works fine, for Super Admin only the ...
1
vote
1answer
283 views
Zend_Acl_Exception: Resource not found
Hello I have started working on a already developed system developed in zend framework. Actually I am converting the simple zend to modular approach. I have created folder of modules, set setting for ...
1
vote
2answers
215 views
Where to implement Zend_ACL with Domain Object and Data Mapper?
Having read many of Matthew Weier O'Phinney's posts regarding implementing ACL into Models, I have been focused on the best way to go about doing this. However, upon further research on best practices ...
0
votes
1answer
176 views
Zend_Auth hasIdentity() with further options
I need your help, knowledge and support :) I know, this is a lot...
While writing the procedure for authentification I've found a code snippet as the following:
$role = ...
0
votes
2answers
142 views
Zend module specific ACL
In my projects there are about 5, 6 modules
Ex: Web - Public access, URL - www.abc.com
Admin - admin can access - admin.abc.com (Non Acl)
CP - Specific group can access - cp.abc.com (Non Acl)
pbo - ...
0
votes
1answer
174 views
I can't get navigation working correctly with Zend_Acl
I don't know what is the problem, but the navigation menu that I'm trying to set up, is not showing up correctly ..
all the navigation pages that contains the tag < resource > are not showing up ...
1
vote
1answer
112 views
Zend_Acl rules based on both MVC and Propel models
I am having a web project where some access decisions are dependant on the page itself (e.g. /logout which shall only be visible to logged in users) and some are dependant on dynamic model objects ...
0
votes
1answer
206 views
Zend_Acl and Zend_Navigation not working with module name as resource
I have setup Zend_Acl to work like this:
$acl->addRole(new Zend_Acl_Role('admin'));
$acl->addRole(new Zend_Acl_Role('user'));
$acl->add(new Zend_Acl_Resource('frontoffice'));
...
2
votes
2answers
109 views
How to avoid bloat in Zend_Navigation?
I've been researching using Zend_Navigation in combination with Zend_Acl to manage navigation and access permissions in a new app I'm working on.
One thing that really bothers me, is the examples I ...
1
vote
5answers
225 views
Difference between Zend_auth & Zend_acl?
I am using Zend Framework for one of my projects and I am very new to Zend Framework.
Can you please tell me the difference between Aend_Auth and Zend_Acl?
-1
votes
1answer
69 views
Zend ACL: Only the owner can delete his/her books?
My problem is the other users that do not own the book but they can delete the book if they know the Book ID and it's very easy to get the Book ID.
Thanks in advance.
0
votes
1answer
277 views
double slash in URLs.
Zend Route issue.
Normally it works fine.
http://www.example.com/course-details/1/Physics-Newtons-Law
But if I type in an extra slash in the url, the noauthAction of my Error controller gets ...
0
votes
1answer
38 views
Zend_Acl memory failure when checking permission with logical operators
I am trying to implement a customized Acl Assert.
if($acl->isAllowed($role,$resource,$privilege.':all')) {
return true;
}
works fine. But
...
0
votes
1answer
243 views
Access control in zend framework
I have a bugs, actually it is error this is notice but still, I would like to fix it;
When I am try to access pages with null role, it is showing this messages:
Notice: Trying to get property of ...
1
vote
1answer
231 views
Zend_Navigation and Zend_Acl for URI's pages
I am trying to combine Zend_Navigation and Zend_Acl for URI pages, in a standalone fashion (i.e. only these ZF libraries). Unfortunately, even if I mean for a role not to see some pages, I see them in ...
1
vote
2answers
566 views
Admin section in ZendFramework application
I have an application at the moment using Zend_Auth for user access. The site has an admin section where I want one user who has the role of admin in my database to be allowed access when he uses his ...
2
votes
1answer
1k views
Zend_Acl, with roles and permissions stored in database
i want to build an ACL system for my application which have the following requirement.
Users will be assigned single or multiple role. (Admin, Staff) etc.
Role will have permissions.(Send_Invoices, ...
0
votes
2answers
603 views
Zend Framework ACL for Admin section of site
Ok so I have my zf application with a user login system that directs the person to a restricted area if the credentials are in the database. However I want the same login form to check if the users ...
2
votes
2answers
622 views
How to debug a “Maximum execution time” fatal error?
I'm trying to use Zend_acl in my application. I followed the "Zend Framework in action" book.
I added this helper:
<?php
/**
* Zend Framework
*
* LICENSE "removed for clarity"
*
/** ...
0
votes
0answers
206 views
Zend_Acl and Zend_Navigation - Applying setAcl() to navigation helper causes blank page
When applying ->setAcl($acl) to a navigation container of Zend_Navigation where $acl is a custom class that extends Zend_Acl the application returns a blank page with no error feedback.
Nothing I ...
0
votes
1answer
89 views
Zend nested navigation is not working with ACL
I am unable to get nested Zend_Navigation to work with Zend_ACL. I used XML to define my navigation. Please refer to it here: http://pastebin.com/GA8uQdKh
The problem is that the nested elements such ...
0
votes
1answer
452 views
Show/Hide elements in Zend views based on User Role?
I'm new to Zend and PHP and I'm getting ready to start work on a portal type application that will house multiple internal applications. I've already setup Zend_Auth and can now login via Active ...
1
vote
1answer
305 views
Zend_Acl and a dynamic Assert
I'm trying to imply some dynamic assertions into my Zend code and have been using an article by [Ralph Schindler][1] but I couldn't get it to work. What I wanna do is make an "allow" rule in de Acl ...
0
votes
1answer
1k views
Dynamic custom ACL in zend framework?
I need a solution where authenticated users are allowed access to certain Controllers/Actions based not on their user type :ie. admin or normal user (although I may add this using standard ACL later) ...
0
votes
2answers
222 views
What is Prefered Implementation Approach for Zend Acl
In Zend Framework 1.X which of the following approaches is better and why?
Approach-1:
Create a (sub)Class extending Zend_Acl and use is to manage all the Acl. It will allow us to use all the Zend_Acl ...
5
votes
3answers
4k views
Zend navigation and Zend ACL
I am working with Zend Acl and Zend Navigation. I am setting up the navigation in the bootstrap. I am trying to have links not show if the user doesn't have access to the resource. I have read several ...
0
votes
1answer
506 views
Zend_Acl, Zend_Auth and Modules
I am trying to get around Zend_Acl but had no success so far. I need help as I am really stuck. My situation is this:
I have two modules
members
administrators
and two roles
member
admin
I ...
0
votes
1answer
113 views
Does caching(APC) of an instance of Zend_Acl affect security?
It wouldnt make it easier to do something nasty, would it?
1
vote
1answer
460 views
Zend ACL class not being found by FrontController
I think its a simple path issue here - but I've spent last 2 hours trying various combinations but not able to resolve this. The code is working fine on my windows system but when I upload it to my ...
0
votes
2answers
532 views
ACL Ressource (Controller)
i just implemented ACL in my Zend Framework which already uses Zend Auth.
I want to give access to some controllers and tried it this way:
$roleGuest = new Zend_Acl_Role('guest');
...
0
votes
1answer
187 views
Zend_Auth chaining adapters and ownership role acl
I set up a Zend_Acl and Zend_Auth scheme where user is authenticated using Zend_Auth_Adapter_Ldap and stored in session. I use a controller plugin to check if $auth->hasIdentity() and ...
1
vote
2answers
415 views
Assign multiple roles in Zend_Navigation using Zend_ACL in Zend Framework PHP?
I can't get my Zend_Navigation to work properly,
When logging in user with AUth/Doctrine, I am pulling out the roles assigned to the user (usually it's a few of them) from a Many-to-many table,
Then ...
1
vote
1answer
283 views
Zend_Acl and Zend_Auth api key approach
What's a good way to implement api keys for accessing specific controller actions using Zend MVC?
I currently have Zend_Acl in combination Zend_Auth using session cookies, but I want some actions to ...

