Code

Added DAK information to gosa.conf, updated fai acl tag in gosa.conf.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Jun 2008 11:54:18 +0000 (11:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Jun 2008 11:54:18 +0000 (11:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11397 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/gosa.conf

index 2539a72c60285bafcdff25df3e61b9eeb8dcd08a..72a0d58498e3d0cec3ce0d810174383a332043bc 100644 (file)
@@ -48,7 +48,7 @@
                                'lock_name'    for name
                                'lock_type'    for branch/freeze -->
 {if $cv.enableFAI_management}
-                       <plugin acl="fai" class="faiManagement" icon="fai.png" />
+                       <plugin acl="fai/faiScript,fai/faiHook,fai/faiTemplate,fai/faiVariable,fai/faiPartitionTable,fai/faiiPackage,fai/faiProfile" class="faiManagement" icon="fai.png" />
 {else}
 <!--
                        <plugin acl="FAIclass" class="faiManagement" icon="fai.png" />
@@ -62,6 +62,9 @@
                </section>
 
                <section name="Addons">
+<!--
+                       <plugin acl="server,server/dakrepository,server/dakkeyring,server/dakqueue" class="dak_tabs" path="plugins/addons/dak" />
+-->
                        <plugin acl="addressbook" class="addressbook" icon="addressbook.png" />
                        <plugin acl="mailqueue" class="mailqueue" icon="mailqueue.png" />
                        <plugin acl="faxreport" class="faxreport" icon="reports.png" />
                <tab class="ogroup" name="Generic" />
        </ogrouptabs>
 
+<!--
+       <dak_tabs>
+               <tab class="dakrepository" name="Repository" />
+               <tab class="dakqueue" name="Queue" />
+               <tab class="dakkeyring" name="Key ring" />
+       </dak_tabs>
+-->
+
        <connectivity>
 {if $cv.mail == "kolab"}
                <tab class='kolabAccount' />