libpam-mklocaluser (0.19)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the 0.19 tag
- Git: https://salsa.debian.org/debian-edu/upstream/libpam-mklocaluser.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 131072
- Browser: https://salsa.debian.org/debian-edu/upstream/libpam-mklocaluser
- Last scan: 2024-12-04 22:33:10+00
- Next scan: 2024-12-12 13:28:00+00
- Debian changelog in Git:
libpam-mklocaluser (0.19) unstable; urgency=medium
* Team upload.
[ Mihai Moldovan ]
* misc: typo and grammar fixes.
[ Guido Berhoerster ]
* debian/pam-auth-update/mklocaluser:
+ Ensure this PAM module is ordered before other session type modules.
Since this potentially changes the home directory, the module should be
ordered before others which require the correct location of the home
directory and/or start executables, particularly pam_systemd. (Closes:
#1052475).
* debian/pam-python.py:
+ Rewrite the user creation to use standard tools.
This rewrites the user creation using modern python3 and fixing
shell injection bugs by not using a shell to execute external
commands. Furthermore, it avoids direct manipulation of files and
uses standard tools such as getent and userad/usermod instead which
obey system-wide preferences.
-- Mike Gabriel <sunweaver@debian.org> Fri, 22 Sep 2023 18:29:16 +0200
- This branch is 1 commit ahead of tag 0.19
- Git log:
commit 6fb065f773f043ff528df5a5d02fb2cd965560c1
Author: Guido Berhoerster <guido+freiesoftware@berhoerster.name>
Date: Mon Sep 25 10:08:23 2023 +0200
Determine minimum UID for regular users from login.defs