summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5bdb2b1)
raw | patch | inline | side by side (parent: 5bdb2b1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Apr 2007 07:01:51 +0000 (07:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Apr 2007 07:01:51 +0000 (07:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5966 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/gosa.conf | patch | blob | history | |
setup/setup_step6.tpl | patch | blob | history |
diff --git a/contrib/gosa.conf b/contrib/gosa.conf
index e543c72ea64d3a392b05983f3b58601f59f37427..689c3eefc35223597fd274a2811a918ea385d6f8 100644 (file)
--- a/contrib/gosa.conf
+++ b/contrib/gosa.conf
{if $cv.generic_settings.snapshot_base != ""}
snapshot_base="{$cv.generic_settings.snapshot_base}"
{/if}
+{if $cv.generic_settings.snapshot_ldap_base != ""}
+ snapshot_ldap_base="{$cv.generic_settings.snapshot_ldap_base}"
+{/if}
{if $cv.generic_settings.snapshot_user != ""}
snapshot_user="{$cv.generic_settings.snapshot_user}"
{/if}
diff --git a/setup/setup_step6.tpl b/setup/setup_step6.tpl
index 81f28ad4ec9feb6f3e1d87c33ff1b283c8ad0cad..39a42de00e69b18865e64f53239d628ef68d1de8 100644 (file)
--- a/setup/setup_step6.tpl
+++ b/setup/setup_step6.tpl
<div class='step4_value' style='height:12em;'>
{if $generic_settings.snapshot_active == FALSE}
<input type='checkbox' value='1' name='snapshot_active'
- onClick='changeState("snapshot_base");
+ onClick='
+ changeState("snapshot_base");
+ changeState("snapshot_ldap_base");
changeState("snapshot_server");
changeState("snapshot_user");
changeState("snapshot_password");'>{t}Enable{/t}<br>