Skip to content

Commit

Permalink
Add the activesync:no_gal permission setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 17, 2017
1 parent 4378095 commit 9cb60f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Application.php
Expand Up @@ -239,6 +239,11 @@ protected function _addActiveSyncPerms(&$permissions)
'type' => 'int'
);

$permissions['activesync:no_gal'] = array(
'title' => _("Prevent access to the Global Address Book"),
'type' => 'boolean'
);

$permissions['activesync:provisioning'] = array(
'title' => _("Provisioning"),
'type' => 'enum',
Expand Down

0 comments on commit 9cb60f9

Please sign in to comment.