summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4857c1f)
raw | patch | inline | side by side (parent: 4857c1f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Aug 2010 12:23:15 +0000 (12:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Aug 2010 12:23:15 +0000 (12:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19469 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_ldap.inc | patch | blob | history |
index 6f88efbcf6826c7e1064811a64918544be06d5f9..dbff64558a6d93270bf83f4d52799777b14ef6e3 100644 (file)
}
$scope = (!empty($scope))?' -s '.$scope: '';
- // Prepare paramters
+ // Prepare parameters to be valid for shell execution
$dn = escapeshellarg($dn);
$pwd = $this->bindpw;
$host = escapeshellarg($this->hostname);