Code

POD files to create man pages
[gosa.git] / gosa-core / contrib / gosa.conf
index 38d8c9528ed1b7e448d0f4063f304e67c3cebb94..db4fc5e2577ad3d356d35645578917473e28cd9c 100644 (file)
@@ -25,6 +25,9 @@
        an ACL definition done inside of GOsa -> ACLs.
 
        You can override an icon by specifying the "icon" attribute.
+
+       For more information about possible configuration parameters, please take
+       a look at the gosa.conf(5) manual page.
    -->
   <menu>
 
   </ogrouptabs>
 
   <!-- Debian archive management plugin -->
-<!--
+  <!--
   <dak_tabs>
     <tab class="dakrepository" name="Repository" />
     <tab class="dakqueue" name="Queue" />
     <tab class="dakkeyring" name="Key ring" />
   </dak_tabs>
--->
+  -->
 
   <!-- Connectivity plugins -->
   <connectivity>
     <tab class="webdavAccount" />
     <tab class="phpgwAccount" />
     <tab class="intranetAccount" />
-<!--
+    <!--
     <tab class="opengwAccount"
       username="OGo"
       password=""
       database="OGo"
       datahost="localhost" />
--->
+    -->
     <tab class="pptpAccount" /> 
     <tab class="phpscheduleitAccount" /> 
         <tab class="oxchangeAccount" />
     <tab class="faiPackage" name="Packages" />
   </faipackagetabs>
 {else}
-<!-- 
+  <!-- 
   <faipartitiontabs>
     <tab class="faiPartitionTable" name="Partitions" />
   </faipartitiontabs>
   <faipackagetabs>
     <tab class="faiPackage" name="Packages" />
   </faipackagetabs>
--->
+  -->
 {/if}
 
 
        The main section defines global settings, which might be overridden by
        each location definition inside.
 
+       For more information about the configuration parameters, take a look at
+       the gosa.conf(5) manual page.
+
   -->
   <main default="{$cv.location}"
 {if $cv.optional.list_summary}
 {if $cv.optional.mailQueueScriptPath_active}
        mailQueueScriptPath="{$cv.optional.mailQueueScriptPath}"
 {/if}
-{if $cv.optional.auto_network_hook_active}
-       auto_network_hook="{$cv.optional.auto_network_hook} "
-{/if}
 {if $cv.optional.user_filter_cookie}
        save_filter="true"
 {else}
     <location name="{$cv.location}"
               hash="{$cv.encryption}"
               dnmode="{$cv.peopledn}"
-              server="{$cv.connection}"
               people="{$cv.peopleou}"
               groups="{$cv.groupou}"
               gidbase="{$cv.uidbase}"
 {else}
               include_personal_title="false"
 {/if}
-{if $cv.optional.notifydir_active }
-              notifydir="{$cv.optional.notifydir}"
-{/if}
 {if $cv.base_hook_active}
               base_hook="{$cv.base_hook}"
 {/if}
 {else}
               cyrusunixstyle="false"
 {/if}
-              mail_uattrib="{$cv.mail_attrib}"
+              mail_attrib="{$cv.mail_attrib}"
 {if $cv.mail_settings.vacationdir_active}
               vacationdir="{$cv.mail_settings.vacationdir}"
 {/if}