Code

Disabled the check_command function
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 26 Aug 2010 13:39:43 +0000 (13:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 26 Aug 2010 13:39:43 +0000 (13:39 +0000)
- 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

index bfe31d074dd4ecdd28049ffe6b6e12e94f3c466b..9ac8c77550bf725d9bed74e1259781ef758b4abb 100644 (file)
@@ -1743,6 +1743,7 @@ function dn2base($dn)
  * */
 function check_command($cmdline)
 {
+  return(TRUE);  
   $cmd= preg_replace("/ .*$/", "", $cmdline);
 
   /* Check if command exists in filesystem */