diff --git a/contrib/fusiondirectory.conf b/contrib/fusiondirectory.conf index 6121a62217fcbcdfe0b29f3ded4af1bfd9f39452..73dc64a97b020a284cca3e32219fe25a80e1b327 100644 --- a/contrib/fusiondirectory.conf +++ b/contrib/fusiondirectory.conf @@ -30,7 +30,7 @@ a look at the FusionDirectory.conf(5) manual page. --> <menu> - + <!-- Section to enable administrative services --> <section name="Administration"> <plugin acl="department" class="departmentManagement" /> @@ -54,11 +54,11 @@ <plugin acl="sudo" class="sudoManagement" /> <plugin acl="recovery" class="recoveryConfig" /> <plugin acl="supannStructures" class="supannStructuresManagement" /> - <plugin acl="board" class="board" /> </section> <!-- Section to enable addon plugins --> <section name="Addons"> + <plugin acl="board" class="board" /> <plugin acl="server/serviceSyslog" class="rsyslog" /> <plugin acl="addressbook" class="addressbook" /> <!-- <plugin acl="mailqueue" class="mailqueue" /> --> @@ -67,7 +67,7 @@ <plugin acl="gotomasses" class="gotomasses" /> <plugin acl="ldapmanager" class="ldif" /> </section> - + <!-- Section to enable quick self service shortcuts for the logged in user --> <section name="My account"> <plugin acl="users/user:self" class="user" />