From d017c140e7061feabe5deeb5a54e044d47113c91 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 13 Dec 2006 11:34:17 +0000 Subject: [PATCH] Fixed cd generation. It didn't get the dn... git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5376 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_systemManagement.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc index 25b8bd30d..abc015b81 100644 --- a/plugins/admin/systems/class_systemManagement.inc +++ b/plugins/admin/systems/class_systemManagement.inc @@ -263,7 +263,7 @@ class systems extends plugin
';
 
         /* Open process handle and check if it is a valid process */
-        $process= proc_open($command, $dsc, $pipes);
+        $process= proc_open($command." '".$this->dn."'", $dsc, $pipes);
         if (is_resource($process)) {
           fclose($pipes[0]);
 
-- 
2.30.2