summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b2d9396)
raw | patch | inline | side by side (parent: b2d9396)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 May 2005 11:42:43 +0000 (11:42 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 May 2005 11:42:43 +0000 (11:42 +0000) |
contrib/gosa.conf | patch | blob | history | |
include/setup_checks.inc | patch | blob | history |
diff --git a/contrib/gosa.conf b/contrib/gosa.conf
index 422f88d40ed2b08ac202bd061e7e7b387487219f..a028cbafc5803e099f67c87e4753d5f60645f7b6 100644 (file)
--- a/contrib/gosa.conf
+++ b/contrib/gosa.conf
iconsize="48x48"
pwminlen="6"
forceglobals="false"
- smbhash="{SMBHASH}">
+ smbhash='{SMBHASH}'>
<location name="{LOCATIONNAME}"
uidbase="1000"
index 35446c8ad3bb5e734534077be112541487fffb7e..124ec1e7856b4d00336bc21c84c9fcfecd1622a8 100644 (file)
--- a/include/setup_checks.inc
+++ b/include/setup_checks.inc
elseif (preg_match("/^Usage: mkntpwd /", shell_exec ("mkntpwd 2>&1"))) {
$pwdhash= "mkntpwd";
} else {
-
$pwdhash=('perl -MCrypt::SmbHash -e "ntlmgen \"\$ARGV[0]\", \$lm, \$nt; print \"\${lm}:\${nt}\n\";" $1');
- // $pwdhash= 'perl -MCrypt::SmbHash -e \"ntlmgen \\"\\$ARGV[0]\\", \\$lm, \\$nt; print \\"\\${lm}:\\${nt}\\\";\"';
}