From 36849f2e10c0257c4a3ca0cb998d3004baf004a2 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 2 Dec 2008 13:46:56 +0000 Subject: [PATCH] Do not set a default for 'hash', its set by getCfgValue git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13115 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_config.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gosa-core/include/class_config.inc b/gosa-core/include/class_config.inc index bc9d06f10..5d10616bf 100644 --- a/gosa-core/include/class_config.inc +++ b/gosa-core/include/class_config.inc @@ -308,9 +308,6 @@ class config { if (!isset($this->current['SAMBAMACHINEACCOUNTRDN'])){ $this->current['SAMBAMACHINEACCOUNTRDN']= "ou=winstations,ou=systems"; } - if (!isset($this->current['HASH'])){ - $this->current['HASH']= "crypt"; - } if (!isset($this->current['ACCOUNTPRIMARYATTRIBUTE'])){ $this->current['ACCOUNTPRIMARYATTRIBUTE']= "cn"; } -- 2.30.2