~ubuntu-branches/ubuntu/precise/user-setup/precise

« back to all changes in this revision

Viewing changes to debian/user-setup-udeb.templates

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-03-13 12:36:20 UTC
  • mfrom: (0.2.14 sid)
  • Revision ID: package-import@ubuntu.com-20120313123620-6yglyjm1xw1gaqqu
Tags: 1.41ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Add the initial user to the adm, lpadmin, and sambashare groups too.
    Do not add them to the audio, video, floppy, netdev, powerdev,
    scanner, or bluetooth groups.
  - Default passwd/root-login to false.
  - Create the spu group on powerpc/ps3 and powerpc/cell.
  - Make is_system_user always return false if OVERRIDE_SYSTEM_USER is
    set.
  - Add preseedable passwd/auto-login question; if set to true, configure
    gdm, kdm, lxdm, and lightdm for automatic login.  Add
    passwd/auto-login-backup question which backs up the previous contents
    of the files as well.
  - Ask whether the user wants to encrypt their home directory.
  - Allow forcing the encrypted home option.
  - If a user requests an encrypted-home, we must have their login
    passphrase, in order to wrap their mount passphrase; it's
    fundamentally incompatible to preseed encrypted-home AND a crypted
    password; if this happens, send the user back to password selection.
  - Zero out swap devices at the end of install when encryption is
    enabled.
  - Provide a progress message for wiping swap space.
  - If user-setup/allow-password-empty is preseeded to true, allow empty
    passwords.
  - Disable installation of pre-pkgsel.d/10kdesudo; it does nothing for
    Ubuntu, and causes a confusing message that worries some people.
  - Add weak password detection (purely length-based for now, matching
    partman-crypto).
  - Consider a password of '!' in shadow for root to be unset.
  - Don't restrict guest login from login screen if autologin was
    configured, just restrict autologin for guest specifically.
* Update Ubuntu-specific translations from Launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Allow preseeding the groups to which the first created user is added
20
20
Template: passwd/user-default-groups
21
21
Type: string
22
 
Default: adm cdrom dip lpadmin plugdev sambashare
 
22
Default: adm cdrom dip lpadmin plugdev sambashare debian-tor
23
23
Description: for internal use only
24
24
 
25
25
Template: passwd/root-login
97
97
_Description: Invalid username
98
98
 The username you entered is invalid. Note that usernames must start with
99
99
 a lower-case letter, which can be followed by any combination of numbers
100
 
 and more lower-case letters.
 
100
 and more lower-case letters, and must be no more than 32 characters long.
101
101
 
102
102
Template: passwd/username-reserved
103
103
Type: error