Navigation menu

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A configuration snippet with e2ee enforced and the groups admin and helpdesk excepted looks like below

Code Block
languagephp
titleconfig.php
  'e2eeshare' =>
    array (
      'enforced_e2ee' => true,
      'enforced_excluded_groups' => 'admin,helpdesk'
    ),

...