Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Sites can limit the users that can copy folders by setting a property in the grouper.properties file.

Code Block
# If this property is set, then to copy a stem, a user must be a member of the defined group.
# Note that users in the wheel group will have access regardless of this property.
security.stem.groupAllowedToCopyStem = etc:someAdminGroup

Finally, there are several options that you can specify.  All options default to true.

...

Sites can limit the users that can move folders by setting a property in the grouper.properties file.

Code Block
# If this property is set, then to move a stem, in addition to having the appropriate stem privileges for the stem being moved and the destination stem,
# a user must also be a member of the defined group.  Note that users in the wheel group will have access regardless of this property.
security.stem.groupAllowedToMoveStem = etc:someAdminGroup

Finally, there's one option you can specify, which defaults to true.

...