[debian-edu-commits] [Git][debian-edu/upstream/libpam-mklocaluser][master] 3 commits: debian/control: Line-wrap B-D and D fields.

Mike Gabriel gitlab at salsa.debian.org
Fri May 22 17:01:15 BST 2020



Mike Gabriel pushed to branch master at Debian Edu / upstream / libpam-mklocaluser


Commits:
5ccf655c by Mike Gabriel at 2020-05-22T17:58:44+02:00
debian/control: Line-wrap B-D and D fields.

- - - - -
7995c4ba by Mike Gabriel at 2020-05-22T17:58:46+02:00
debian/control: Provide more info in LONG_DESCRIPTION.

- - - - -
2eadf570 by Mike Gabriel at 2020-05-22T17:58:46+02:00
debian/control: Update Section: field. Using "admin" section seems more appropriate. Thanks lintian.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=====================================
debian/changelog
=====================================
@@ -3,6 +3,11 @@ libpam-mklocaluser (0.18) UNRELEASED; urgency=medium
   * Team upload.
 
   [ Mike Gabriel ]
+  * debian/control:
+    + Line-wrap B-D and D fields.
+    + Provide more info in LONG_DESCRIPTION.
+    + Update Section: field. Using "admin" section seems more appropriate.
+      Thanks lintian.
   * debian/pam-python.py:
     - set HOME env variable to the new home directory, also on initial user
       login. This makes it possibilty to drop the concept of enforced re-login


=====================================
debian/control
=====================================
@@ -1,9 +1,11 @@
 Source: libpam-mklocaluser
-Section: misc
+Section: admin
 Priority: optional
 Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
 Uploaders: Petter Reinholdtsen <pere at debian.org>
-Build-Depends: debhelper-compat (= 13), python3, dh-python
+Build-Depends: debhelper-compat (= 13),
+               dh-python,
+               python3,
 Standards-Version: 4.5.0
 Rules-Requires-Root: no
 Homepage: https://www.skolelinux.org/
@@ -12,12 +14,25 @@ Vcs-Git: https://salsa.debian.org/debian-edu/upstream/libpam-mklocaluser.git
 
 Package: libpam-mklocaluser
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, libpam-python
-Suggests: libpam-ccreds | libpam-sss
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         libpam-python
+Suggests: libpam-ccreds | libpam-sss,
 Description: 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.
+ When the user logs in for the first time, a local POSIX user account 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.
+ .
+ Other than the caching mechanisms of libpam-ccreds or libpam-sssd /
+ libnss-sssd, the libpam-mklocaluser approach makes the LDAP accounts
+ more persistent on the roaming workstation and robust again credentials
+ cache deletions and such.
+ .
+ The pam_mklocaluser PAM module additionally allows for execution of
+ additional hook scripts when users log in to such a roaming computer for
+ the first time.



View it on GitLab: https://salsa.debian.org/debian-edu/upstream/libpam-mklocaluser/-/compare/4ba720c5078ada2bd76b3120337f5a062c5d6df7...2eadf570dedea80ca9f59990da399f386b7d7363

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/upstream/libpam-mklocaluser/-/compare/4ba720c5078ada2bd76b3120337f5a062c5d6df7...2eadf570dedea80ca9f59990da399f386b7d7363
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20200522/df97e32c/attachment-0001.html>


More information about the debian-edu-commits mailing list