Code

Removed debug output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 23 Jul 2010 07:12:26 +0000 (07:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 23 Jul 2010 07:12:26 +0000 (07:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19051 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions.inc

index 4434c514ceedc829842731ee2ed91a94f3fb2bda..9a06ea1c1e47aa6fed77ac3d5a09eaa38035d541 100644 (file)
@@ -3025,7 +3025,6 @@ function change_password ($dn, $password, $mode=0, $hash= "")
 
         // Create SMB Password
         if ($config->get_cfg_value('sambaHashHook', NULL)) { 
-            echo "111111";
             $attrs= generate_smb_nt_hash($password);
 
             if ($shadow != 0){