nodeaccess seems to apply it's access permissions to every existing node.

I would like the option of only setting defaults and leaving permissions for existing nodes intact.

Maybe some direction on how I can modify nodeaccess for my installation would be enough:-)

Lowell

Comments

Anonymous’s picture

Status: Active » Closed (won't fix)

The way access control works in drupal requires every node to have an entry in the access control table. If you don't, then they won't be accessible. nodeaccess sets the defaults to what you specify in the preference for each node type. drupal 5.0 has different access control mechanisms and I'm working out whether it may be possible to avoid having to set permissions on every node, but as far as 4.7 goes, there isn't a way around this.

mantyla’s picture

Status: Closed (won't fix) » Closed (fixed)