Code

Updated system management
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 16 Apr 2008 12:33:24 +0000 (12:33 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 16 Apr 2008 12:33:24 +0000 (12:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10508 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_systemManagement.inc

index 552052edb1612de7d269c28e84e3df583318b3c5..4c762030bc81b73794cc5c4ed9595d83602c91ae 100644 (file)
@@ -943,6 +943,10 @@ class systems extends plugin
               $this->systab->by_object[$cls]->gotoXColordepth= "";
             }
           }
+
+         if (isset($this->systab->by_object["workstartup"])){
+            $this->systab->by_object["workstartup"]->gotoLdap_inherit= TRUE;
+         }
         }
 
         $this->systab->save();