]> granicus.if.org Git - shadow/commitdiff
* NEWS: Added configure --enable-account-tools-setuid (default) /
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 6 Sep 2008 21:42:26 +0000 (21:42 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 6 Sep 2008 21:42:26 +0000 (21:42 +0000)
--disable-account-tools-setuid options. This permits to disable
the PAM authentication of the caller for chage, chgpasswd,
chpasswd, groupadd, groupdel, groupmod, newusers, useradd,
userdel, and usermod.  This authentication is not necessary when
these tools are not installed setuid root.

ChangeLog
NEWS

index 0c2afdc8d4cf451bc491e0cc08b63826ff0a4b35..8be1c3b2977ca6227f75c533b10aef270fc6a0d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-09-06  Nicolas François  <nicolas.francois@centraliens.net>
 
+       * NEWS: Added configure --enable-account-tools-setuid (default) /
+       --disable-account-tools-setuid options. This permits to disable
+       the PAM authentication of the caller for chage, chgpasswd,
+       chpasswd, groupadd, groupdel, groupmod, newusers, useradd,
+       userdel, and usermod.  This authentication is not necessary when
+       these tools are not installed setuid root.
        * configure.in: Added option --enable-account-tools-setuid to
        enable/disable the usage of PAM to authenticate the callers of
        account management tools: chage, chgpasswd, chpasswd, groupadd,
diff --git a/NEWS b/NEWS
index 4bc228e03cb13475e8a7a81c1c0136eeda6cc069..205dc2e961a2cce6236f4bb35c1af19d3a9c0696 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ shadow-4.1.2.1 -> shadow-4.1.3                                         UNRELEASED
 - packaging
   * Added support for OpenPAM.
   * Added support for uclibc.
+  * Added configure --enable-account-tools-setuid (default) /
+    --disable-account-tools-setuid options. This permits to disable the
+    PAM authentication of the caller for chage, chgpasswd, chpasswd,
+    groupadd, groupdel, groupmod, newusers, useradd, userdel, and usermod.
+    This authentication is not necessary when these tools are not
+    installed setuid root.
 
 - gpasswd
   * Added support for long options --add (-a), --delete (-d),