mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Add a warning when updating shadow.
The shadow installation procedure overwrites many files in /etc/pam.d/ which will render system login and su commands (among others) inoperative. This update adds a warning at the beginning of the build instructions so it will be hard to miss.
This commit is contained in:
parent
bac7c05d12
commit
e3f6e6a5f9
@ -122,6 +122,15 @@
|
||||
<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' etc/login.defs</userinput></screen>
|
||||
</important>
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
If reinstalling shadow for a version update, be sure to
|
||||
reaccomplish the Linux-PAM configuration below. The installation
|
||||
of shadow overwrites many of the files in
|
||||
<filename class="directory">/etc/pam.d/</filename>.
|
||||
</para>
|
||||
</warning>
|
||||
|
||||
<para>
|
||||
Reinstall <application>Shadow</application> by running the following
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user