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

Bug#501863: Documentation for the proposed passwd/allow-password-empty preseed entry



Package: installation-guide
Version: 20080520
Severity: wishlist
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu intrepid ubuntu-patch

Bug #501849 requests the inclusion of a new preseed value
(passwd/allow-password-empty) in user-setup.  As documentation of
preseed values appears to belong in the installation-manual appendix,
I've attached a patch against SVN r56349 that would include
documentation in English.  My apologies that I'm not confident enough
with generation of other languages to include the documentation there as
well.

-- 
Emmet HIKORY
Index: en/appendix/preseed.xml
===================================================================
--- en/appendix/preseed.xml	(revision 56349)
+++ en/appendix/preseed.xml	(working copy)
@@ -1128,6 +1128,9 @@
 #d-i passwd/user-password-again password insecure
 # or encrypted using an MD5 hash.
 #d-i passwd/user-password-crypted password [MD5 hash]
+# Permit the created user to have an empty password.  The default is false.
+# Preseed this to true if the created user may have an empty password.
+#d-i passwd/allow-password-empty boolean false
 # Create the first user with the specified UID instead of the default.
 #d-i passwd/user-uid string 1010
 

Reply to: