Code

Added initial copy&paste.
[gosa.git] / contrib / gosa.conf
index e8003a33edeb56c6695f8f91cee83e646b3665d8..5ad665ee56c4affdc76245f7f36202c79a0a723d 100644 (file)
                                path="plugins/gofax/faxaccount" />
                        <plugin acl="default" class="phoneAccount" icon="phone.png"
                                path="plugins/gofon/phoneaccount" />
-                       <plugin acl="default" class="password" icon="password.png"
-                               path="plugins/personal/password" />
 <!--                     <plugin acl="default" class="nagiosAccount" icon="monitoring.png"
                                 path="plugins/personal/nagios" /> -->
+                       <plugin acl="default" class="password" icon="password.png"
+                               path="plugins/personal/password" />
                </section>
                
                <section name="Administration">
                                icon="application.png" path="plugins/admin/applications" />
                        <plugin acl="systems" class="systems" icon="system.png"
                                path="plugins/admin/systems" />
-                       <plugin acl="FAIclass" class="faiManagement" icon="fai.png"
+
+                       <!-- Use 'lock_dn'      for dn
+                     'lock_name'    for name
+                     'lock_type'    for branch/freeze -->
+                       <plugin acl="FAIclass" class="faiManagement" icon="fai.png" 
+                               postcreate="" 
+                postremove="" 
                                path="plugins/admin/fai" />
                        <plugin acl="blocklists" class="blocklist" icon="blocklists.png"
                                path="plugins/gofax/blocklists" />
                        <plugin acl="goFonMacro" class="gofonMacro" icon="macros.png"
                                path="plugins/gofon/macro" />
-                       <plugin acl="goFonConference" class="phoneConferenceManagment" icon="conference.png"
+                       <plugin acl="conference" class="phoneConferenceManagment" icon="conference.png"
                                path="plugins/gofon/conference" />
                </section>
 
                <section name="Addons">
-                       <plugin acl="default" class="addressbook" icon="addressbook.png"
+                       <plugin acl="addressbook" class="addressbook" icon="addressbook.png"
                                path="plugins/addons/addressbook" />
-                       <plugin acl="default" class="faxreport" icon="reports.png"
-                               path="plugins/gofax/reports" />
-                       <plugin acl="default" class="fonreport" icon="phonereport.png"
-                               path="plugins/gofon/reports" />
-                       <plugin acl="logs" class="logview" icon="logview.png"
-                path="plugins/addons/logview" />
-                       <plugin acl="ldif" class="ldif" icon="ldif.png"
+                       <plugin acl="faxreport" class="faxreport" icon="reports.png"
+                               path="plugins/gofax/faxreports" />
+                       <plugin acl="fonreport" class="fonreport" icon="phonereport.png"
+                               path="plugins/gofon/fonreports" />
+                       <plugin acl="logview" class="logview" icon="logview.png"
+                               path="plugins/addons/logview" />
+                       <plugin acl="mailqueue" class="mailqueue" icon="mailqueue.png"
+                               mailqueue_query_command ="" 
+                               mailqueue_remove_command="" 
+                               path="plugins/addons/mailqueue" />
+                       <plugin acl="ldapmanager" class="ldif" icon="ldif.png"
                                path="plugins/addons/ldapmanager" />
                </section>
        </menu>
@@ -71,6 +81,7 @@
                <tab class="connectivity" name="Connectivity" />
                <tab class="gofaxAccount" name="Fax" />
                <tab class="phoneAccount" name="Phone" />
+<!--                <tab class="nagiosAccount" name="Nagios" /> -->
                <tab class="reference" name="References" />
        </usertabs>
 
                <tab class="servdb" name="Databases" />
                <tab class="servservice" name="Services" />
                {servKolab}
+
+               <!-- external_hook should return something like that 
+                        DisplayName:ServerName
+        -->
+               <tab class="servrepository" name="Repository"
+                        external_hook="/bin/echo ''" />
+       <tab class="servrepository" name="Repository" />
                <tab class="terminfo" name="Information" />
                <tab class="reference" name="References" />
        </servtabs>
                <tab class="reference" name="References" />
        </ogrouptabs>
 
-<!--    <nagios>
-                <tab class="nagiosAccount" />
-        </nagios> -->
-
        <connectivity>
                {kolabAccount}<tab class="proxyAccount" />
                <tab class="pureftpdAccount" />
                <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="glpiAccount" /> -->
        </connectivity>
 
        <ldiftab>
                <tab class="ldifexport" name="Export" />
-<!--           <tab class="xlsexport" name="Excel Export" />   -->
+               <tab class="xlsexport" name="Excel Export" />
                <tab class="ldifimport" name="Import" />
                <tab class="csvimport" name="CSV Import" />
        </ldiftab>
        </faipackagetabs>
        
        <main default="{LOCATIONNAME}"
+               enableCopyPaste="false" 
+               ppd_path="/var/spool/ppd/" 
+               kde_applications_menu="" 
                compile="/var/spool/gosa"
                lang=""
                theme="default"
                pwminlen="6"
                forceglobals="false"
                smbhash='{SMBHASH}'
+               session_lifetime="7200"
+               schema_check="true"
                displayerros="{errorlvl}">
 
                <location name="{LOCATIONNAME}"
-                       uidbase="1000"
+                       uidbase="{UIDBASE}"
                        governmentmode="{GOVERNMENTMODE}"
                        sambaversion="{SAMBAVERSION}"
                        {SID}
                        server="{LDAPHOST}"
                        config="ou=gosa,ou=configs,ou=systems,{LDAPBASE}">
 
+
                        <referral url="{LDAPHOST}/{LDAPBASE}"
                                admin="{LDAPADMIN}"
                                password="{PASSWORD}" />