[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#637453: marked as done (lower priority of root's password, use sudo in standard install)



Your message dated Sun, 2 Mar 2014 15:06:56 +0100
with message-id <20140302140656.GA6402@mraw.org>
and subject line Re: Bug#637453: lower priority of root's password, use sudo in standard install
has caused the Debian Bug report #637453,
regarding lower priority of root's password, use sudo in standard install
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
637453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637453
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: user-setup
Version: 1.40
Tags: wishlist, patch

Setting the root account password is not mandatory in standard installation, 
skipping it already adds the first user account to sudo.
Lowering the priority skips 2 questions in the standard installation.
The questions will still be available on the expert install and preseed.

-- 
Melhores cumprimentos/Best Regards,

Miguel Figueiredo
http://www.DebianPT.org
diff --git a/user-setup-ask b/user-setup-ask
index 3fb8a17..5815fe4 100755
--- a/user-setup-ask
+++ b/user-setup-ask
@@ -36,7 +36,7 @@ while :; do
 		# Ask how the password files should be set up.
 		db_input low passwd/shadow || true
 		# Ask if root should be allowed to login.
-		db_input medium passwd/root-login || true
+		db_input low passwd/root-login || true
 		;;
 	    1)
 		db_get passwd/root-login
@@ -52,8 +52,8 @@ while :; do
 				# No preseed of the root password hash
 				# we will prompt the user
 				db_set passwd/root-password-crypted ""
-				db_input critical passwd/root-password || true
-				db_input critical passwd/root-password-again || true
+				db_input low passwd/root-password || true
+				db_input low passwd/root-password-again || true
 			fi
 		fi
 		;;

--- End Message ---
--- Begin Message ---
Christian PERRIER <bubulle@debian.org> (2011-08-12):
> +1 on both remarks by Colin (not agreeing with sudo by default....and
> the fact that the remark about Ubuntu wasn't appropriate).
> 
> Still, Miguel, thanks for raising these questions again. Sometimes,
> conditions change and, at least, re-asking ourselves whether choices
> made some years ago are still valid is a good idea.
> 
> Here, however, I think we shouldn't change anything (except the root
> password confirmation as mentioned by Colin).

Agreed. If anyone wants to pursue this goal, I'd suggest opening a fresh
wishlist bug report on that topic.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: