From: hickert Date: Thu, 26 Aug 2010 13:39:43 +0000 (+0000) Subject: Disabled the check_command function X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1a7554034b927256336d69affd684aa7067e3a83;p=gosa.git 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 --- 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 */