[debian-edu-commits] r80393 - in branches/wheezy/debian-edu-config: bin debian
pere at alioth.debian.org
pere at alioth.debian.org
Sat Jun 8 17:35:34 UTC 2013
Author: pere
Date: 2013-06-08 17:35:34 +0000 (Sat, 08 Jun 2013)
New Revision: 80393
Modified:
branches/wheezy/debian-edu-config/bin/debconf-set-selections-edu
branches/wheezy/debian-edu-config/debian/changelog
Log:
Changing debconf-set-selections-edu to not set the debconf
template default value for passwords, to avoid storing the root
and first user passwords in templates.dat (Closes: #711251).
Modified: branches/wheezy/debian-edu-config/bin/debconf-set-selections-edu
===================================================================
--- branches/wheezy/debian-edu-config/bin/debconf-set-selections-edu 2013-06-08 17:26:51 UTC (rev 80392)
+++ branches/wheezy/debian-edu-config/bin/debconf-set-selections-edu 2013-06-08 17:35:34 UTC (rev 80393)
@@ -53,8 +53,6 @@
else {
if ("password" ne $type) {
$template->default($content);
- } else {
- $template->default("");
}
}
$template->type($type);
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-06-08 17:26:51 UTC (rev 80392)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-06-08 17:35:34 UTC (rev 80393)
@@ -15,8 +15,9 @@
* Made sure subnet-change warn those trying to switch to one of the
problematic subnets, while allowing them to continue by adding
option -f.
- * Try to fix #711251 by changing debconf-set-selections-edu to not
- set the debconf template default value for passwords.
+ * Changing debconf-set-selections-edu to not set the debconf
+ template default value for passwords, to avoid storing the root
+ and first user passwords in templates.dat (Closes: #711251).
* Make internal password type debconf templates translatable again,
as making the non-translatable did not affect bug #711251.
More information about the debian-edu-commits
mailing list