[Pkg-shadow-commits] r479 - in branches/experimental/debian: . pam.d
Christian Perrier
bubulle at costa.debian.org
Sat Aug 27 18:07:13 UTC 2005
Author: bubulle
Date: 2005-08-27 18:07:08 +0000 (Sat, 27 Aug 2005)
New Revision: 479
Added:
branches/experimental/debian/pam.d/chage
branches/experimental/debian/pam.d/chpasswd
Modified:
branches/experimental/debian/changelog
branches/experimental/debian/rules
Log:
Add a PAM confuration file for chage and chpasswd
Modified: branches/experimental/debian/changelog
===================================================================
--- branches/experimental/debian/changelog 2005-08-26 06:49:23 UTC (rev 478)
+++ branches/experimental/debian/changelog 2005-08-27 18:07:08 UTC (rev 479)
@@ -20,6 +20,8 @@
- 404_undef_USE_PAM.dpatch: disabled on upstream author's advice
we do not enforce not using PAM in chage, chpasswd, groupadd
groupdel, groupmod, newusers, useradd, userdel, usermod
+ - as a consequence, ship a PAMconfiguration file for:
+ chage, chpasswd
* Upstream bugs not already fixed in upstream releases or CVS:
- 443_chage_exit_values: now exit with errorlevel=4 when no
shadow password exists (was previously 3 but upstream now uses it)
Added: branches/experimental/debian/pam.d/chage
===================================================================
--- branches/experimental/debian/pam.d/chage 2005-08-26 06:49:23 UTC (rev 478)
+++ branches/experimental/debian/pam.d/chage 2005-08-27 18:07:08 UTC (rev 479)
@@ -0,0 +1,5 @@
+# The PAM configuration file for the Shadow 'chage' service
+#
+
+# This allows root to chage without password (normal operation)
+auth sufficient pam_rootok.so
Added: branches/experimental/debian/pam.d/chpasswd
===================================================================
--- branches/experimental/debian/pam.d/chpasswd 2005-08-26 06:49:23 UTC (rev 478)
+++ branches/experimental/debian/pam.d/chpasswd 2005-08-27 18:07:08 UTC (rev 479)
@@ -0,0 +1,5 @@
+# The PAM configuration file for the Shadow 'chpasswd' service
+#
+
+# This allows root to chpasswd without passwords (normal operation)
+auth sufficient pam_rootok.so
Modified: branches/experimental/debian/rules
===================================================================
--- branches/experimental/debian/rules 2005-08-26 06:49:23 UTC (rev 478)
+++ branches/experimental/debian/rules 2005-08-27 18:07:08 UTC (rev 479)
@@ -111,6 +111,8 @@
install -c -m 444 debian/pam.d/chfn debian/passwd/etc/pam.d/chfn
install -c -m 444 debian/pam.d/chsh debian/passwd/etc/pam.d/chsh
install -c -m 444 debian/pam.d/passwd debian/passwd/etc/pam.d/passwd
+ install -c -m 444 debian/pam.d/chpasswd debian/passwd/etc/pam.d/chpasswd
+ install -c -m 444 debian/pam.d/chage debian/passwd/etc/pam.d/chage
install -c -m 444 debian/login.defs debian/login/etc/login.defs
install -c -m 444 debian/securetty.$(DEB_HOST_ARCH_OS) debian/login/etc/securetty
install -d debian/passwd/usr/share/passwd
More information about the Pkg-shadow-commits
mailing list