summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ca2dc96)
raw | patch | inline | side by side (parent: ca2dc96)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Apr 2006 06:52:37 +0000 (06:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Apr 2006 06:52:37 +0000 (06:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3101 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationStartup.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc
index f2901ef4560d5f764e42a8768f16a36a92e28247..9b9ffacfe3075a6b0fdf5d8ec1135038b285a405 100644 (file)
$this->objectclasses = array("gotoWorkstationTemplate", "FAIobject");
}elseif(isset($this->parent->by_object['workgeneric'])){
$this->objectclasses = array("GOhard", "FAIobject");
+ }elseif(isset($this->parent->by_object['servgeneric'])){
+ $this->objectclasses = array("GOhard", "FAIobject");
}else{
print "Object Type Configuration : unknown";
exit();