From: hickert Date: Tue, 2 Dec 2008 13:46:56 +0000 (+0000) Subject: Do not set a default for 'hash', its set by getCfgValue X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=36849f2e10c0257c4a3ca0cb998d3004baf004a2;p=gosa.git 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 --- 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"; }