From: hickert Date: Fri, 27 Aug 2010 12:23:15 +0000 (+0000) Subject: Fixed comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f4eda3e5b86a7dbd8bbdbd0d8a01c100c375e19a;p=gosa.git Fixed comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19469 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_ldap.inc b/gosa-core/include/class_ldap.inc index 6f88efbcf..dbff64558 100644 --- a/gosa-core/include/class_ldap.inc +++ b/gosa-core/include/class_ldap.inc @@ -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);