I have the following situation (SharePoint 2010):
A document library contains publishing pages. Anonymous access is enabled. The publishing pages are separeted in folders.
Now i have the situation that one of this folders (the pages inside the folder) should NOT be accessible by anonymous users. That's simple, I just had to break the inheritance of this folder any the anonymous access was gone. Unfortunately ONE page inside this folder should be accessible by anonymous users. How can I achieve this?
To my knowledge its not possible to achieve this by setting the rights programmatically. Its also not possible to set "NT AUTORITY/Anonymous logon" as user to a page.