Code

Updated gosa.conf, fixed indent
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 27 Oct 2008 10:38:00 +0000 (10:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 27 Oct 2008 10:38:00 +0000 (10:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12780 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/gosa.conf

index c1acf6149d58a49553208c4854d395cc92f4beb6..935b8771d2b07f7d30bbc78c6119420a7b462c64 100644 (file)
         warnSSL="false"
 {/if}
 {if $cv.optional.ppd_path_active}
-       ppdPath="{$cv.optional.ppd_path}"
+        ppdPath="{$cv.optional.ppd_path}"
 {/if}
 {if $cv.optional.max_ldap_query_time_active}  
-       ldapMaxQueryTime="{$cv.optional.max_ldap_query_time}"
+        ldapMaxQueryTime="{$cv.optional.max_ldap_query_time}"
 {/if}
 {if $cv.optional.noprimarygroup}
-       primaryGroupFilter="true"
+        primaryGroupFilter="true"
 {/if}
 {if $cv.optional.mailQueueScriptPath_active}
-       mailQueueScriptPath="{$cv.optional.mailQueueScriptPath}"
+        mailQueueScriptPath="{$cv.optional.mailQueueScriptPath}"
 {/if}
 {if $cv.optional.user_filter_cookie}
-       storeFilterSettings="true"
+        storeFilterSettings="true"
 {else}
-       storeFilterSettings="false"
+        storeFilterSettings="false"
 {/if}
 {if $cv.compressed}
-       sendCompressedOutput="true"
+        sendCompressedOutput="true"
 {else}
-       sendCompressedOutput="false"
+        sendCompressedOutput="false"
 {/if}
 {if $cv.optional.uniq_identifier_active }
-       modificationDetectionAttribute="{$cv.optional.uniq_identifier}"
+        modificationDetectionAttribute="{$cv.optional.uniq_identifier}"
 {else}
-       modificationDetectionAttribute=""
-{/if}
-       language="{$cv.lang_selected}"
-       theme="{$cv.theme}"
-       sessionLifetime="{$cv.optional.session_lifetime}"
-       templateCompileDirectory="{$cv.optional.compile}"
-       debugLevel="{$cv.optional.debuglevel}"
-       sambaHashHook='{$cv.samba_settings.smbhash}'
+        modificationDetectionAttribute=""
+{/if}
+        language="{$cv.lang_selected}"
+        theme="{$cv.theme}"
+        sessionLifetime="{$cv.optional.session_lifetime}"
+        templateCompileDirectory="{$cv.optional.compile}"
+        debugLevel="{$cv.optional.debuglevel}"
+        sambaHashHook='{$cv.samba_settings.smbhash}'
     >
 
     <!-- Location definition -->