Code

Fixed comment
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 27 Aug 2010 12:23:15 +0000 (12:23 +0000)
committerhickert <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

index 6f88efbcf6826c7e1064811a64918544be06d5f9..dbff64558a6d93270bf83f4d52799777b14ef6e3 100644 (file)
@@ -902,7 +902,7 @@ class LDAP{
       }
       $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);