From b761bea3d74b357fe2de36b7c4510b8fa2d47f97 Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Wed, 24 Oct 2012 14:32:21 +0200
Subject: [PATCH] Fixes: #1438 board plugin must go in addons

---
 contrib/fusiondirectory.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/fusiondirectory.conf b/contrib/fusiondirectory.conf
index 8eb3866e2..db581d84d 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/rSyslogServer"  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" />
-- 
GitLab