include only permission?
I would like to keep certain documents in a sub folder /include, but for various reasons it's not intended that things in include should be directly viewable. Is there a combination of permissions which allows /include/xxxx to be included in other documents, but not viewed? Ideally the include folder should be invisible, but usable by dtml methods. -- Robin Becker
You can use proxy roles to do this (it's not necessarily a clean way, mind you.) Require a role to view the include docs that nobody has except managers. (A new role though, not manage.) Give that role as a proxy role to those methods you want to have able to access the include docs. At 12:39 PM 7/23/99 +0100, Robin Becker wrote:
I would like to keep certain documents in a sub folder /include, but for various reasons it's not intended that things in include should be directly viewable. Is there a combination of permissions which allows /include/xxxx to be included in other documents, but not viewed?
Ideally the include folder should be invisible, but usable by dtml methods.
participants (2)
-
Phillip J. Eby -
Robin Becker