libpam-mklocaluser 0.16 source package in Ubuntu

Changelog

libpam-mklocaluser (0.16) unstable; urgency=medium

  * Team upload.

  [ Wolfgang Schweer ]
  * debian/pam-python.py: Converted using 2to3 and manual edit afterwards
    (dirmode). Closes: #936899
  * debian/{control,rules}: Adjusted to match python3.

  [ Holger Levsen ]
  * Bump Standards-Version to 4.4.1, no changes needed.

 -- Holger Levsen <email address hidden>  Thu, 12 Dec 2019 12:30:55 +0100

Upload details

Uploaded by:
Debian Edu Developers
Uploaded to:
Sid
Original maintainer:
Debian Edu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpam-mklocaluser_0.16.dsc 1.7 KiB 24e59ec61070789d220b4bcb32a464c293b8b6fef5236ac85a6c35725123140c
libpam-mklocaluser_0.16.tar.gz 6.4 KiB 1fd623b55f5910908765259c23158d7a02af33b4b2c03e9c4dee013246d21819

Available diffs

No changes file available.

Binary packages built by this source

libpam-mklocaluser: Configure PAM to create a local user if it do not exist already

 When the user log in for the first time, a local user is created in
 /etc/passwd and primary group created in /etc/group, and a local home
 directory is created in /home. This is useful on roaming computers when
 the password is set up to be cached by for example libpam-ccreds or sssd
 to allow login without network connectivity using the password provided
 by a network authentication service like Kerberos or LDAP.