Change logs for user-setup source package in Xenial

  • user-setup (1.63ubuntu4.1) xenial; urgency=medium
    
      * Mount /proc before calling adduser --encrypt-home. This calls into
        ecryptfs, which requires a /proc in order to find out where sysfs is
        mounted. (LP: #1817689)
    
     -- Iain Lane <email address hidden>  Tue, 26 Feb 2019 18:43:44 +0000
  • user-setup (1.63ubuntu4) xenial; urgency=medium
    
      * Fix sddm.conf paths when replacing PLACEHOLDER for the DE to be run by
        SDDM in the autologin case. (LP: #1543197)
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Wed, 20 Apr 2016 10:52:59 -0400
  • user-setup (1.63ubuntu3) xenial; urgency=medium
    
      * Fix paths for GDM configs which are now in /etc/gdm3. (LP: #1571415)
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Mon, 18 Apr 2016 16:00:31 -0400
  • user-setup (1.63ubuntu2) xenial; urgency=medium
    
      * Add the initial user to the lxd group.
    
     -- Stéphane Graber <email address hidden>  Wed, 09 Mar 2016 14:18:18 -0500
  • user-setup (1.63ubuntu1) xenial; urgency=medium
    
      * Resynchronise with Debian.  Remaining changes:
        - Add the initial user to the adm, libvirtd and sambashare groups too.
          Do not add them to the audio, video, floppy, netdev, 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, sddm, 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.
        - If OVERRIDE_ALREADY_ENCRYPTED_SWAP is set in the environment, assume
          that encrypted swap has already been set up rather than re-creating
          and re-zeroing swap.
        - Add maas to reserved-usernames.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Fri, 27 Nov 2015 16:39:02 -0500
  • user-setup (1.48ubuntu7) wily; urgency=medium
    
      * user-setup-apply: use correct syntax escaping, fix the lightdm
        configuration to enable autologin on new installations (lp: #1498544)
    
     -- Sebastien Bacher <email address hidden>  Wed, 23 Sep 2015 10:09:41 +0200