summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a1932f)
raw | patch | inline | side by side (parent: 2a1932f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Sep 2008 09:40:00 +0000 (09:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Sep 2008 09:40:00 +0000 (09:40 +0000) |
-Set sambaversion default to "3".
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12322 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12322 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/contrib/gosa.conf | patch | blob | history | |
gosa-core/include/class_config.inc | patch | blob | history |
index db4fc5e2577ad3d356d35645578917473e28cd9c..25f59f696a6d2b4d2996b7eb207c9c7365efbe9d 100644 (file)
{/if}
{if $cv.samba_version != 0}
sambaversion="{$cv.samba_version}"
+{else}
+ sambaversion="3"
{/if}
config="ou=gosa,ou=configs,ou=systems,{$cv.base}">
index 5f00a2bd0abea86c7649a256c091fa0719aa824c..ad109f53492a91a49ca0473ac76dd89612c6d9b6 100644 (file)
{
$this->current= $this->data['LOCATIONS'][$name];
+ if (!isset($this->current['SAMBAVERSION'])){
+ $this->current['SAMBAVERSION']= 3;
+ }
if (!isset($this->current['PEOPLE'])){
$this->current['PEOPLE']= "ou=people";
}