summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec9779d)
raw | patch | inline | side by side (parent: ec9779d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Dec 2006 11:34:17 +0000 (11:34 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Dec 2006 11:34:17 +0000 (11:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5376 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index 25b8bd30daa089122b8ffc09382c2e13d1f5261b..abc015b815122d62837363bf1e0b0b423e35229f 100644 (file)
<pre>';
/* 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]);