On a folder UserlistA has folder create, read, write, and Document read, file read, write, file write, change, delete.GroupB has folder read, and document read and file read.When UserA logs in, he can't create folders and files in this folder
Starting at the top is users, then groups, the userlists then *everyone.So if a user is listed in a group that has specific permissions to a folder and listed in a userlist (whether via a group or directly listed) that has permissions to the same folder, the direct group permissions will trump a user list
If (user is directly mentioned in access list)
Then
If (No Access is defined for that user)
ThenUser has No Access
ElseUser has access specified for him
Else
If (there are groups mentioned that user belongs to)
If (any such group defines No Access)
ThenUser has No access
ElseUser has a cumulative access from all group entries he belongs to
If (there are User Lists mentioned that user belongs to)
If (any such list defines No Access)
ElseUser has a cumulative access from all User Lists entries he belongs to
If (Everyone is included in the list)
If (Everyone defines No Access)
ElseUser has access specified for Everyone.
ElseUser has No Access. (Because the user is not included anywhere)
http://communities.bentley.com/products/projectwise/content_management/b/weblog/archive/2012/12/14/security-in-projectwise.aspx
Product TechNotes and FAQs
Bentley Technical Support KnowledgeBase
Bentley LEARN Server
Bentley's Technical Support Group requests that you please confine any comments you have on this Wiki entry to this "Comments or Corrections?" section. THANK YOU!