From 17c379192801aa44f3cf4493b111de012dc5eb98 Mon Sep 17 00:00:00 2001 From: lhm-gosa Date: Tue, 16 Jun 2009 08:50:44 +0000 Subject: [PATCH] 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 --- .../goto/personal/environment/class_environment.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2