Bug 101011

Summary: 'Site Wide Administrators' group not functioning
Product: [Retired] Red Hat Web Application Framework Reporter: Daniel BerrangĂ© <berrange>
Component: otherAssignee: ccm-bugs-list
Status: CLOSED RAWHIDE QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightlyKeywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-07-28 15:28:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 98546    

Description Daniel Berrangé 2003-07-28 15:11:20 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.9 (X11; Linux i686; U;) Gecko/20030314

Description of problem:
Adding users to the site wide administrators group doesn't appear to alter what
the user can access. Looking in the DB, there only appears to be two entries in
acs_permissions against object zero:

  'Administrator Account' 

and 

  'ACS System Party'

I would have expected an entry for 'Site Wide Administrators'. Incidently what
is 'ACS System Party' ?


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Create a new user
2. Add them to 'Site Wide Administrators' group
3. Log in as the new user
4. Go to '/admin'



Actual Results:  Access denied exception is thrown

Expected Results:  The administration  tools are displayed

Additional info:

Comment 1 Richard Li 2003-07-28 15:28:08 UTC
system party is used in KernelContext for privileged running see
Kernel.java#getSystemParty()

bug exists only on PG; fixed @34023