From 1a7554034b927256336d69affd684aa7067e3a83 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 26 Aug 2010 13:39:43 +0000 Subject: [PATCH] Disabled the check_command function - It doesn't match our needs anymore. it fails for something like this 'pwd=%userPassword /script arg1 arg2' but its a valid command. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19465 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index bfe31d074..9ac8c7755 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -1743,6 +1743,7 @@ function dn2base($dn) * */ function check_command($cmdline) { + return(TRUE); $cmd= preg_replace("/ .*$/", "", $cmdline); /* Check if command exists in filesystem */ -- 2.30.2