Hello,
we would like to restrict page modifikation for pages to a group of admins, which are member of an ldap-group.
Is it possible to add this restriction to pages using the CLI Interface?
Yes, see addPermissions . And there are a few examples on the Examples page
Thx Bob, how would i form the command to get this page rights:
All rights for the group but only view+comments for all others.
Sorry if I keep coming. You could save me a lot trial and error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Page level permissions/restrictions only cover view and edit rights. So add edit restriction for the group. Everything else is based on space level permissions. Something like:
--action addPermissions --group "XXXX" --permissions edit --space XXXX --title "XXXXXXX"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.