Tree Access Module (pacs)

Component ID

67385

Component name

Tree Access Module (pacs)

Component type

module

Component security advisory coverage

not-covered

Downloads

1312

Component created

Component changed

Component body

Under pacs, every drupal node turns in a container wich can hold normal content but also other nodes of any type, much like a directory in an apache web server. You can control the access permissions on each of the nodes for each single defined user role. Nodes with no explicit permission settings inherit them from its parent node, like in a directory tree.

This means that if you set permissions on one node you are actually setting these permissions on a whole branch, composed by this node itself and all of his descendants (child nodes), up to the next one with its own permission settings.

Pacs should work with any type of nodes.