adduser 3.121ubuntu1 source package in Ubuntu

Changelog

adduser (3.121ubuntu1) kinetic; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
    - extrausers support for adduser and gpasswd.
    - Add support for ZFS home directories (LP: #1873263)
    - Enable private home directories by default (LP: #48734)
      + Set DIR_MODE=0750 in the default adduser.conf
      + Change the description and default value to select private home
        directories by default in debconf template
      + Change the DIR_MODE when private home directories is configured via
        debconf from 0751 to 0750 to ensure files are truly private

 -- Benjamin Drung <email address hidden>  Tue, 17 May 2022 12:26:42 +0200

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release main admin

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
adduser_3.121ubuntu1.tar.xz 222.9 KiB 458ff42f66ab5313b181ff7a2904f451c507eea8fd7c96c051eb0dc0fddf9a01
adduser_3.121ubuntu1.dsc 1.8 KiB 25dc101a871c533b4b999c46ddadfc9ae6610a2b8f5ec180f38a2a50f1b50b02

Available diffs

View changes file

Binary packages built by this source

adduser: add and remove users and groups

 This package includes the 'adduser' and 'deluser' commands for creating
 and removing users.
 .
  - 'adduser' creates new users and groups and adds existing users to
    existing groups;
  - 'deluser' removes users and groups and removes users from a given
    group.
 .
 Adding users with 'adduser' is much easier than adding them manually.
 Adduser will choose appropriate UID and GID values, create a home
 directory, copy skeletal user configuration, and automate setting
 initial values for the user's password, real name and so on.
 .
 Deluser can back up and remove users' home directories
 and mail spool or all the files they own on the system.
 .
 A custom script can be executed after each of the commands.