summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 820c61c)
raw | patch | inline | side by side (parent: 820c61c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Oct 2009 06:09:50 +0000 (06:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Oct 2009 06:09:50 +0000 (06:09 +0000) |
- In case of a non kolab mailmethod do not remove kolab services, just comment it out.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14593 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14593 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/contrib/gosa.conf | patch | blob | history |
index 693c1daf5fa6b71c4ec8a7c485e4abc78c08f09d..1fe3c2603cff465a99931051a6227f4e653ddd7a 100644 (file)
<plugin acl="users/scalixAccount:self" class="scalixAccount" />
<plugin acl="users/password:self" class="password" />
</section>
-
+
<!-- Section to enable administrative services -->
<section name="Administration">
<plugin acl="department" class="departmentManagement" />
<tab class="goMailServer" />
{if $cv.mail == "kolab"}
<tab class="servkolab" />
+{else}
+ <!-- <tab class="servkolab" /> -->
{/if}
<tab class="goNtpServer" />
<tab class="servrepository" />
{if $cv.mail == "kolab"}
<tab class='kolabAccount' />
{else}
-<!--
- <tab class='kolabAccount' />
--->
+<!-- <tab class='kolabAccount' /> -->
{/if}
<tab class="proxyAccount" />
<tab class="pureftpdAccount" />