Code

Column name changed.
[gosa.git] / gosa-plugins / goto / admin / systems / goto / class_terminalGeneric.inc
index d2c28eb469c7856d4372efa87427bfe8a62e3674..9fdf6fabeae2b5438450bfa54308c02c450c7ccb 100644 (file)
@@ -449,7 +449,7 @@ class termgeneric extends plugin
       }
       if ($ldap->count() != 0){
         while ($attrs= $ldap->fetch()){
-          if (preg_match("/cn=dhcp,/",$attrs['dn']) || preg_match ("/,".normalizePreg(get_ou('incomingou'))."/", $ldap->getDN())){
+          if (preg_match("/cn=dhcp,/",$attrs['dn']) || preg_match ("/,".normalizePreg(get_ou('systemIncomingRDN'))."/", $ldap->getDN())){
             continue;
           } else {
             if ($attrs['dn'] != $this->orig_dn){