Code

Do not set a default for 'hash', its set by getCfgValue
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Dec 2008 13:46:56 +0000 (13:46 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Dec 2008 13:46:56 +0000 (13:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13115 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_config.inc

index bc9d06f10c23e513515b09f1cee7ca87bb8e8693..5d10616bf47d3e70e0c17fc0f87a51f06210f1ae 100644 (file)
@@ -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";
     }