summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4ca76c1)
raw | patch | inline | side by side (parent: 4ca76c1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Oct 2008 09:41:48 +0000 (09:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Oct 2008 09:41:48 +0000 (09:41 +0000) |
-Added missing ACL category in reload()
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12685 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12685 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index c9b4996aaa30116bafdebd5f94834e1899ba9b0a..67cef2fe6010adb37d152e6910b1d2fca002673b 100644 (file)
/* Attributes to fetch */
$sys_attrs = array("cn", "description", "macAddress", "objectClass", "sambaDomainName","gotoMode","FAIclass");
- $sys_categories = array("terminal", "workstation", "server", "phone" ,"printer","incoming");
+ $sys_categories = array("terminal", "workstation", "server", "phone" ,"printer","incoming","winworkstation");
/* Add FAIstate to attributes if FAI is activated */
$tmp = $this->config->search("faiManagement", "CLASS",array('menu','tabs'));