[debian-edu-commits] debian-edu/pkg-team/ 01/03: debian/patches: Update 1004_fix-typos-in-man-pages.patch due to cherry-picking 0007_update-sambaHashHook-description.patch from upstream.
Holger Levsen
holger at layer-acht.org
Sun May 22 11:31:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch debian/jessie/updates
in repository gosa.
commit cc2b4ae1f1d9f13bb8fb0deaa3e2bd413c925fd1
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Jan 4 23:00:49 2016 +0100
debian/patches: Update 1004_fix-typos-in-man-pages.patch due to cherry-picking 0007_update-sambaHashHook-description.patch from upstream.
(cherry picked from commit 642d73c92f65606b0b3c0f394932a9c5ce1d6eb5)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/patches/1004_fix-typos-in-man-pages.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/1004_fix-typos-in-man-pages.patch b/debian/patches/1004_fix-typos-in-man-pages.patch
index b0bf106..f0966ba 100644
--- a/debian/patches/1004_fix-typos-in-man-pages.patch
+++ b/debian/patches/1004_fix-typos-in-man-pages.patch
@@ -25,11 +25,11 @@ Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
.B strictPasswordRules
@@ -1076,7 +1076,7 @@
- perl to generate the hash:
+ perl to generate the hash. Keep in mind to pass the value base64 encoded to perl:
.nf
--perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen \\$ARGV[0]), $/;"
-+perl \-MCrypt::SmbHash \-e "print join(q[:], ntlmgen \\$ARGV[0]), $/;"
+-perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen decode_base64('\\$ARGV[0]')), $/;"
++perl \-MCrypt::SmbHash \-e "print join(q[:], ntlmgen decode_base64('\\$ARGV[0]')), $/;"
.if
.PP
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git
More information about the debian-edu-commits
mailing list