Date: Friday, May 6, 2016 @ 10:04:38
  Author: demize
Revision: 173925

upgpkg: nss-pam-ldapd 0.9.6-2

Modified:
  nss-pam-ldapd/trunk/PKGBUILD
  nss-pam-ldapd/trunk/nss-pam-ldapd.install

-----------------------+
 PKGBUILD              |    2 +-
 nss-pam-ldapd.install |    9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-06 07:34:31 UTC (rev 173924)
+++ PKGBUILD    2016-05-06 08:04:38 UTC (rev 173925)
@@ -4,7 +4,7 @@
 
 pkgname=nss-pam-ldapd
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 
 pkgdesc='LDAP module for NSS and PAM'
 url="http://arthurdejong.org/nss-pam-ldapd/";

Modified: nss-pam-ldapd.install
===================================================================
--- nss-pam-ldapd.install       2016-05-06 07:34:31 UTC (rev 173924)
+++ nss-pam-ldapd.install       2016-05-06 08:04:38 UTC (rev 173925)
@@ -1,6 +1,6 @@
 post_install() {
     getent group nslcd >> /dev/null  || groupadd --gid 146 nslcd
-    getent passwd nslcd >> /dev/null || useradd --gid 146 -M -d /var/run/nslcd 
-s /bin/false nslcd
+    getent passwd nslcd >> /dev/null || useradd --gid 146 --uid 146 -M -d 
/var/run/nslcd -s /bin/false nslcd
 }
 
 post_upgrade() {
@@ -18,6 +18,11 @@
 }
 
 _0.9.5_3_changes() {
-    printf '%s\n' ':: nss-pam-ldapd will from 0.9.5-4 and on use the 
statically allocated UID/GID 146.'
+    printf '%s\n' ':: nss-pam-ldapd will from 0.9.5-4 and on use the 
statically allocated GID 146.'
     printf '%s\n' '   Please switch to the new UID and GID at your 
convenience.'
 }
+
+_0.9.6_2_changes() {
+    printf '%s\n' ':: nss-pam-ldapd will from 0.9.6-2 use the statically 
allocated UID 146.'
+    printf '%s\n' '   A previous version was supposed to as well, but it 
accedentally only used that GID.'
+    printf '%s\n' '   Please switch to the new UID at your convenience.'

Reply via email to