configuration.php: introduce api permission

This commit is contained in:
Thomas Gelf 2015-12-10 13:03:28 +01:00
parent 3e577ce65b
commit 16440df3ed
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
$this->providePermission('director/api', $this->translate('Allow to access the director API'));
$this->providePermission('director/hosts/read', $this->translate('Allow to configure hosts'));
$this->providePermission('director/hosts/write', $this->translate('Allow to configure hosts'));
$this->providePermission('director/templates/read', $this->translate('Allow to see template details'));