From 2d41e33ed8cf0f4856982f7d597d21474ff00a49 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 23 Jul 2010 07:12:26 +0000 Subject: [PATCH] Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19051 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 4434c514c..9a06ea1c1 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -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){ -- 2.30.2