[debian-edu-commits] debian-edu/pkg-team/ 02/08: debian/patches: Update 1004_fix-typos-in-man-pages.patch due to cherry-picking 0007_update-sambaHashHook-description.patch from upstream.

Mike Gabriel sunweaver at debian.org
Mon Jan 4 23:05:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository gosa.

commit 642d73c92f65606b0b3c0f394932a9c5ce1d6eb5
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.
---
 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