shadow: also provide /etc/pam.d/other.
--HG-- extra : convert_revision : 1ac4e31815038a7bbd0672cec67004dc185184a4
This commit is contained in:
parent
0ecf896857
commit
38cc84bae9
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ conf_files="/etc/pam.d/usermod /etc/pam.d/userdel /etc/pam.d/useradd
|
|||
/etc/pam.d/groupmod /etc/pam.d/groupmems /etc/pam.d/groupdel
|
||||
/etc/pam.d/groupadd /etc/pam.d/chsh /etc/pam.d/chpasswd
|
||||
/etc/pam.d/chgpasswd /etc/pam.d/chfn /etc/pam.d/chage /etc/defaults/useradd
|
||||
/etc/login.defs"
|
||||
/etc/pam.d/other /etc/login.defs"
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency full pam
|
||||
|
@ -37,7 +37,7 @@ post_install()
|
|||
|
||||
# Use the same auth file for all these cmds.
|
||||
for f in chpasswd chgpasswd groupadd groupdel groupmems \
|
||||
groupmod newusers useradd userdel usermod; do
|
||||
groupmod newusers useradd userdel usermod other; do
|
||||
install -m644 $destdir/etc/pam.d/chage $destdir/etc/pam.d/${f}
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue