From c5bb7024f8e1c3f3c513652060b6fca9f886d027 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 1 Aug 2008 09:23:26 +0000 Subject: [PATCH] Fixed manual page git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12091 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/contrib/gosa.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/contrib/gosa.conf.5 b/gosa-core/contrib/gosa.conf.5 index deb9d8c7c..2973b426e 100644 --- a/gosa-core/contrib/gosa.conf.5 +++ b/gosa-core/contrib/gosa.conf.5 @@ -953,7 +953,7 @@ If you don't have mkntpasswd from the samba distribution installed, you can use perl to generate the hash: .nf -perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen \$ARGV[0]), $/;" +perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen \\$ARGV[0]), $/;" .if .PP -- 2.30.2