[debian-edu-commits] r82030 - in branches/wheezy/debian-edu-config: debian etc/gosa

sunweaver at alioth.debian.org sunweaver at alioth.debian.org
Tue Aug 13 17:26:01 UTC 2013


Author: sunweaver
Date: 2013-08-13 17:26:01 +0000 (Tue, 13 Aug 2013)
New Revision: 82030

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/etc/gosa/gosa.conf
Log:
Adapt sambaHashHook in /etc/gosa/gosa.conf in a way so that it works
for GOsa?\194?\178 2.7.x. Fixes failures when trying to set the password through
GOsa?\194?\178's change-password-dialog.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-08-13 13:08:54 UTC (rev 82029)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-08-13 17:26:01 UTC (rev 82030)
@@ -11,6 +11,9 @@
   * Disable the cross-home-dir access for users in Samba. (So now we
     deny that User A can access home of user B if not restricted by file
     permissions).
+  * Adapt sambaHashHook in /etc/gosa/gosa.conf in a way so that it works
+    for GOsa² 2.7.x. Fixes failures when trying to set the password through
+    GOsa²'s change-password-dialog.
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 12 Aug 2013 10:56:34 +0200
 

Modified: branches/wheezy/debian-edu-config/etc/gosa/gosa.conf
===================================================================
--- branches/wheezy/debian-edu-config/etc/gosa/gosa.conf	2013-08-13 13:08:54 UTC (rev 82029)
+++ branches/wheezy/debian-edu-config/etc/gosa/gosa.conf	2013-08-13 17:26:01 UTC (rev 82030)
@@ -388,7 +388,7 @@
     passwordMinLength="5" 
     passwordMinDiffer="2" 
     passwordHook="" 
-    sambaHashHook="perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen \$ARGV[0]), $/;"">
+    sambaHashHook='perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen %password), $/;"'>
 
     <!-- Location definition -->
     <location name="Debian Edu" 




More information about the debian-edu-commits mailing list