Code

Updated filtering again
[gosa.git] / plugins / admin / systems / class_workstationStartup.inc
index 0f47013a881e76eb534cea75ce53d47d1120e4e5..0874a2814a86ac9bb92c3b4b9d9ad98d41428691 100644 (file)
@@ -71,7 +71,7 @@ class workstartup extends plugin
     if(!isset($this->parent->by_object['ogroup'])){
       $ldap = $this->config->get_ldap_link();
       $ldap->cd ($this->config->current['BASE']);
-      $ldap->search("(&(objectClass=gotoWorkstationTemplate)(member=".$this->dn."))",array("cn","dn"));
+      $ldap->search("(&(objectClass=gotoWorkstationTemplate)(member=".LDAP::prepare4filter($this->dn)."))",array("cn","dn"));
       if($ldap->count()){
         $this->member_of_ogroup = TRUE;
         $attrs = $ldap->fetch();