* NEWS, etc/pam.d/Makefile.am: Add chfn, chsh, and userdel to
$(pamd_files). Remove the duplicate useradd. And sort alphabetically. Thanks to Mark Rosenstand <mark@borkware.net>. * NEWS: Prepare next release, 4.1.2.
This commit is contained in:
parent
1dd0a7e836
commit
f89cf0cf20
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
|||||||
|
2008-04-04 Mark Rosenstand <mark@borkware.net>
|
||||||
|
|
||||||
|
* NEWS, etc/pam.d/Makefile.am: Add chfn, chsh, and userdel to
|
||||||
|
$(pamd_files). Remove the duplicate useradd. And sort
|
||||||
|
alphabetically.
|
||||||
|
|
||||||
|
2008-04-04 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* NEWS: Prepare next release, 4.1.2.
|
||||||
|
|
||||||
2008-04-02 Nicolas François <nicolas.francois@centraliens.net>
|
2008-04-02 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* NEWS, configure.in: Prepare release 4.1.1
|
* NEWS, configure.in: Prepare release 4.1.1
|
||||||
|
6
NEWS
6
NEWS
@ -1,5 +1,11 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
shadow-4.1.1 -> shadow-4.1.2 UNRELEASED
|
||||||
|
|
||||||
|
*** general:
|
||||||
|
- packaging
|
||||||
|
* Distribute the chfn, chsh, and userdel PAM configuration file.
|
||||||
|
|
||||||
shadow-4.1.0 -> shadow-4.1.1 02-04-2008
|
shadow-4.1.0 -> shadow-4.1.1 02-04-2008
|
||||||
|
|
||||||
*** general:
|
*** general:
|
||||||
|
@ -2,19 +2,21 @@
|
|||||||
# and also cooperate to make a distribution for `make dist'
|
# and also cooperate to make a distribution for `make dist'
|
||||||
|
|
||||||
pamd_files = \
|
pamd_files = \
|
||||||
passwd \
|
|
||||||
su \
|
|
||||||
useradd \
|
|
||||||
chage \
|
chage \
|
||||||
|
chfn \
|
||||||
chgpasswd \
|
chgpasswd \
|
||||||
chpasswd \
|
chpasswd \
|
||||||
|
chsh \
|
||||||
groupadd \
|
groupadd \
|
||||||
groupdel \
|
groupdel \
|
||||||
groupmems \
|
groupmems \
|
||||||
groupmod \
|
groupmod \
|
||||||
login \
|
login \
|
||||||
newusers \
|
newusers \
|
||||||
|
passwd \
|
||||||
|
su \
|
||||||
useradd \
|
useradd \
|
||||||
|
userdel \
|
||||||
usermod
|
usermod
|
||||||
|
|
||||||
if USE_PAM
|
if USE_PAM
|
||||||
|
Loading…
Reference in New Issue
Block a user