From edbf576f8755586fdaf785827f969c7236167083 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 15 Mar 2010 17:02:14 +0000 Subject: [PATCH] Updated filter git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16545 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/systems/admin/systems/class_filterOPSIHOSTS.inc | 3 --- gosa-plugins/systems/admin/systems/system-filter.xml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/gosa-plugins/systems/admin/systems/class_filterOPSIHOSTS.inc b/gosa-plugins/systems/admin/systems/class_filterOPSIHOSTS.inc index d8e47a892..d3f44631e 100644 --- a/gosa-plugins/systems/admin/systems/class_filterOPSIHOSTS.inc +++ b/gosa-plugins/systems/admin/systems/class_filterOPSIHOSTS.inc @@ -9,9 +9,6 @@ class filterOPSIHOSTS { $ui = get_userinfo(); $entries = array(); - - - if(class_available('opsi') && $base == $config->current['BASE']){ $attr = $value = ""; diff --git a/gosa-plugins/systems/admin/systems/system-filter.xml b/gosa-plugins/systems/admin/systems/system-filter.xml index 0c48e81b1..81f39c576 100644 --- a/gosa-plugins/systems/admin/systems/system-filter.xml +++ b/gosa-plugins/systems/admin/systems/system-filter.xml @@ -22,7 +22,7 @@ SYSTEMS - (&(|(objectClass=goServer)(objectClass=goFonHardware)(objectClass=gotoWorkstation))(cn=$)) + (&(|(objectClass=goServer)(objectClass=goFonHardware)(objectClass=gotoWorkstation)(objectClass=gotoWorkstation)(objectClass=ieee802Device)(objectClass=gotoPrinter))(cn=$)) cn -- 2.30.2