Code

Fixed upper-lowercase problem of class names used when creating a new component.
[gosa.git] / contrib / gosa.conf
index 59ed6eef411cd916767d816a1cd9b303d4e8e310..999ecd1f1a25b478a9d657e20d13a80fe29319c9 100644 (file)
                <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>
 
                        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}