summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe94aad)
raw | patch | inline | side by side (parent: fe94aad)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Mar 2011 14:07:04 +0000 (14:07 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Mar 2011 14:07:04 +0000 (14:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20623 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_core.inc | patch | blob | history |
index 0ee47680933159afa591adc0f62184198268d0a6..919d887ea990cf4e8c6dee4d807afdbc2c3740ad 100644 (file)
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" => "",