Code

Fixed upper-lowercase problem of class names used when creating a new component.
[gosa.git] / contrib / gosa.conf
index 58eac7530c29ad09ab57e18e4448378ecb81ea7a..999ecd1f1a25b478a9d657e20d13a80fe29319c9 100644 (file)
                                icon="mimetypes.png" path="plugins/admin/mimetypes" />
 -->
 {/if}
+                       <plugin acl="devices" class="deviceManagement"
+                               icon="devices.png" path="plugins/admin/devices" />
+
                        <!-- Use 'lock_dn'      for dn
                                'lock_name'    for name
                                'lock_type'    for branch/freeze -->
-
 {if $cv.enableFAI_management}
                        <plugin acl="fai" class="faiManagement" icon="fai.png" 
                                path="plugins/admin/fai" />
                                path="plugins/addons/gotomasses" />
 -->
 {/if}
-
+<!--
+                       <plugin acl="all" class="bugsubmitter" icon="bugsubmitter.png"
+                               path="plugins/addons/bugsubmitter" />
+-->
                </section>
        </menu>
 
                <tab class="mimetype" name="Generic" />
        </mimetabs>
 
+       <devicetabs>
+               <tab class="deviceGeneric" name="Generic" />
+       </devicetabs>
+
+
        <grouptabs>
                <tab class="group" name="Generic" />
                <tab class="environment" name="Environment" />
                <tab class="termstartup" name="Startup" />
                <tab class="termservice" name="Devices" />
                <tab class="printgeneric" name="Printer" />
-               <tab class="terminfo" name="Information" />
+               <tab class="terminfo" name="Information" 
+                       snmpcommunity="{$cv.optional.snmpcommunity}" />
                <tab class="glpiAccount" name="Inventory" />
        </termtabs>
 
 {else}
 <!--   <tab class="servdhcp" name="DHCP" /> -->
 {/if}
-               <tab class="terminfo" name="Information" />
+               <tab class="terminfo" name="Information" 
+                       snmpcommunity="{$cv.optional.snmpcommunity}" />
                <tab class="glpiAccount" name="Inventory" />
        </servtabs>
 
                <tab class="workstartup" name="Startup" />
                <tab class="workservice" name="Devices" />
                <tab class="printgeneric" name="Printer" />
-               <tab class="terminfo" name="Information" />
+               <tab class="terminfo" name="Information" 
+                       snmpcommunity="{$cv.optional.snmpcommunity}" />
 {if $cv.enableFAI_management}
            <tab class="faiSummaryTab" name="FAI summary" />
 {else}
        </phonetabs>
 
        <componenttabs>
-               <tab class="componentgeneric" name="Generic" />
+               <tab class="componentGeneric" name="Generic" />
                <tab class="glpiAccount" name="Inventory" />
        </componenttabs>
 
                <tab class="goLogDBServer" />
                <tab class="goGlpiServer" />
                <tab class="goCupsServer" />
+               <tab class="goKioskService" />
                <tab class="goSyslogServer" />
                <tab class="goTerminalServer" />
                <tab class="goLdapServer" />
                pwdiffer="{$cv.pwd_rules.pwdiffer}"
 {/if}
 {if $cv.pwd_rules.externalpwdhook_active}
-               pwdiffer="{$cv.pwd_rules.externalpwdhook}"
+               externalpwdhook="{$cv.pwd_rules.externalpwdhook}"
 {/if}
 {if $cv.errorlvl}
                displayerrors="true"
                save_filter="true"
 {else}
                save_filter="false"
+{/if}
+{if $cv.compressed}
+               compressed="true"
+{else}
+               compressed="false"
 {/if}
                lang="{$cv.lang_selected}"
                theme="{$cv.theme}"
                        groups="{$cv.groupou}"
                        gidbase="{$cv.uidbase}"
                        uidbase="{$cv.uidbase}"
+{if $cv.optional.login_attribute}
+                       login_attribute="{$cv.optional.login_attribute}"
+{else}
+                       login_attribute="uid"
+{/if}
 {if $cv.timezone}
                        timezone="{$cv.timezone}"
 {/if}
                                admin="{$cv.admin}"
                                password="{$cv.password}" />
                </location>
-
-               <faxformat type="pdf" />
-               <faxformat type="ps" />
-               <faxformat type="png" />
-               <faxformat type="mtiff" />
-               <faxformat type="tiff" />
        </main>
 </conf>