Zope 2 error: The current user does not have the required "View" permission - zope

I can't add contents in some folders of my website. The following error appears in error_log
The current user does not have the required "View" permission
But I am using the admin user.
Plone 4.1.5, Zope 2.13.13

You can try to debug this by using the manage_reportUserPermissions view:
http://your-instance/path/to/folder/manage_reportUserPermissions?user=admin
You need to be logged in with sufficient rights, of course.

Related

SQL 2012 SSRS Permissions

While implementing SSRS I am able to access the https://.com/reports and I am able to add new users and sys admins.
When a user that I have added as a sys admin tries to login the get the following error,
User 'DOMAIN\user' does not have required permissions. Verify that
sufficient permissions have been granted and Windows User Account
Control (UAC) restrictions have been addressed.
Although They are able to select Site Settings and Manage security settings they are still unable to see the home page.

How to set Authentication in apache bloodhound?

I've just installed Apache Bloodhound in my server. It's working fine. But with the default settings, anyone can view the list of tickets. I want to change this so that only logged in users are able to view the tickets.
Is it possible? How can I do this?
Default Trac ticket permissions are TICKET_VIEW for 'anonymous' sessions (everyone) and editing for 'authenticated' users, yes.
You'll want to remove TICKET_VIEW, so only authenticated users will see (and modify) tickets. To accomplish that, any user with PERMISSION_REVOKE (inherited by TRAC_ADMIN and PERMISSION_ADMIN as well) is allowed to navigate to the permission web admin page, can check and submit the 'remove' action. Alternatively you could use the trac-admin command:
trac-admin <path_to_trac_env> permission remove anonymous TICKET_VIEW
where you need to replace the path with you real one, like /var/www/trac_env/myTrac.

Can't login to openfire administrator console. It always told me "make sure your username and password are correct"

I am new to OpenFire.
I have an OpenFire server on CentOS, but I'm unable to login to the admin console.
When I try, it always displays the following message:
"Make sure your username and password are correct and that you're an admin or moderator."
So far, I have tried the following:
Open openfire.xml
Reset setup by setting the setup parameter to 'false'
Restarting the OpenFire server
Accessing the admin console via browser
Select a DB to use. I selected my own database not the sample database for OpenFire.
When I tried to reset the password for admin, I was presented with the following OpenFire admin console (click to view) screen.
I can see changes in my database, but I'm still unable to log in.
I also tried modify the OfUser table directly, but I get the same result.
During the installation guide you must have setup your admin account to admin#XYZ and a password. Well at the time of the login use username as admin and password same as the one given at the time of installation.
After fresh installation, start the openfire setup in "root/administrator" account. Select all the required features in the installation. Give the password in the 'account' section carefully. After setup, you will be able to login with username as 'admin' and your selected password.

enable or disable role-based authorization for Drools Guvnor 5.4.0 running on JBOSS Server 7.1.1

I am using Drools Guvnor 5.4.0 Final with JBoss AS 7.1.1. Final.
I had created uses admin,krisv and guest in Guvnor with admin and guest having the Admin permission and krisv having the category permission.
Now when I log in into Guvnor I see everyone having Admin Roles including krisv. Looks like that is because I gave guest user the Admin Permission.
I removed the guest user and when I try accessing the Guvnor then I get the error - "by: org.jboss.seam.security.AuthorizationException: This user has no permissions setup." Even when I have permission setup for Admin, Krisv. I dont even get a login screen and I directly get an error. Though I have enabled Authorization enabled.
I add the guest user with category permission, say test then all users will only get to see only the assets inside this category.
Now if I dont give any rights to guest user or remove guest user I get the error mentioned above without the login screen. So I was forced to put in the guest user with certain privileges.
But then I did not see any one face this problem on the net.Any clues?
Please use this link.
http://drools.46999.n3.nabble.com/How-configure-Guvnor-5-4-JAAS-with-jboss-7-0-2-td4020424.html
Change the org.drools.guvnor.server.security.SecurityServiceImpl class and then my problem was resolved.

Sharepoint 2010 login layout page gives Access denied error

I have few login screen in Loayout folder of sharepoint. When we are redirecting to change password screen it gives Access denied error. But no in other pages like Custom login page security question pages. In the debug mode also we couldnt get any error.
Check out the whole access denied string. If you look at the parameters, you often can find the culprit or file in questions generating the access denied. Maybe you can post the whole URL when you get the access denied?