From: hickert Date: Mon, 14 Mar 2011 14:07:04 +0000 (+0000) Subject: Updated samba hash generation. Thanks to jlisb X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3494acf1310d121ca8d6bf1ecf8597b806310920;p=gosa.git Updated samba hash generation. Thanks to jlisb git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20623 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 0ee476809..919d887ea 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -572,7 +572,7 @@ DEBUG_SI = 256"), array( "name" => "sambaHashHook", "type" => "command", - "default" => "perl -MCrypt::SmbHash -e \"print join(q[:], ntlmgen \\\$ARGV[0]), $/;\"", + "default" => "perl -MCrypt::SmbHash -e \"print join(q[:], ntlmgen %password), $/;\"", "description" => _("Command to create Samba NT/LM hashes. Required for password synchronization if you don't use supplementary services."), "check" => "gosaProperty::isCommand", "migrate" => "",