| Tuesday 31 January 2006 11:55:05 pm 
                                                                
                                                                 I have been experimenting with policies with limited, if any success. 
I have a content structure that consists ofProjects
 Groups
 Articles
 Example 
Project 1Group 1
 Article 1
 Article 2
 Article 3
 Group 2
 Article 1
 ...
 Project N
 I have been trying to modify (limit) the Anonymous Role so that it only has rights to read all of the content of Project 1 The policies look like this: 
 	content 	 read 	 Node( Project 1 ) 	 content 	 pdf 	 Section( Standard )
 rss 	 feed No limitations
 user 	 login SiteAccess( intranet )
 When I log in as an anonymous user, I am able to see unrestricted content in all Projects. What am I doing wrong. For reference - these are all of the permissions for this user 
Anonymous 	 content 	 read 	 Node( Project 1 )Anonymous 	content 	pdf 	Section( Standard )
 Anonymous 	rss 	 feed 	No limitations
 Anonymous 	user 	 login 	SiteAccess( intranet )
 Forum user 	content 	create 	Class( Forum topic ) , Section( Standard ) , ParentClass( Forum )
 Forum user 	content 	edit 	Class( Forum topic ) , Owner( Self ) , Section( Standard )
 Forum user 	content 	create 	Class( Forum reply ) , Section( Standard ) , ParentClass( Forum topic )
 Forum user 	content 	edit 	Class( Forum reply ) , Owner( Self ) , Section( Standard )
 Forum user 	content 	versionread 	Class( Forum topic , Forum reply ) , Section( Standard ) , Owner( Self ) , Status( Draft , Pending )
 Forum user 	user 	 selfedit 	No limitations
 Forum user 	user 	 password 	No limitations
 Forum user 	notification 	use 	No limitations
 Weblog user 	content 	create 	Class( Comment ) , Section( Standard ) , ParentClass( Weblog )
 Weblog user 	content 	edit 	Class( Comment ) , Section( Standard )
 Weblog user 	content 	versionread 	Class( Comment ) , Section( Standard ) , Owner( Self ) , Status( Draft , Pending )
 Thanks for your help. |