From f4eda3e5b86a7dbd8bbdbd0d8a01c100c375e19a Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 27 Aug 2010 12:23:15 +0000 Subject: [PATCH] Fixed comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19469 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2