From: lhm-gosa Date: Tue, 16 Jun 2009 08:50:44 +0000 (+0000) Subject: Add special-character-handling for gotoHotplugDeviceDN-entries. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=17c379192801aa44f3cf4493b111de012dc5eb98;p=gosa.git Add special-character-handling for gotoHotplugDeviceDN-entries. Ticket #2156 git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13720 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/trunk/gosa-plugins/goto/personal/environment/class_environment.inc b/trunk/gosa-plugins/goto/personal/environment/class_environment.inc index c6f82a34a..c7befa3ce 100644 --- a/trunk/gosa-plugins/goto/personal/environment/class_environment.inc +++ b/trunk/gosa-plugins/goto/personal/environment/class_environment.inc @@ -1240,7 +1240,7 @@ class environment extends plugin /* Prepare HotPlug devices */ $this->attrs['gotoHotplugDeviceDN'] = array(); foreach($this->gotoHotplugDevices as $name => $device){ - $this->attrs['gotoHotplugDeviceDN'][]= $device['dn']; + $this->attrs['gotoHotplugDeviceDN'][]= LDAP::fix($device['dn']); } /* Prepare LogonScripts */