#4596 closed defect (fixed)
Removing /etc/pam.d after Linux-Pam tests is hazardous
Reported by: | Pierre Labastie | Owned by: | Pierre Labastie |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
The instructions of the current Linux-Pam page have that:
rm -rfv /etc/pam.d
after the test. This is very dangerous if shadow has already been compiled with PAM support, because you cannot login nor su anymore, so it is very likely that you get locked out of your system.
The only solution in this case is to recreate the /etc/pam.d files from a rescue system.
Change History (4)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Note:
See TracTickets
for help on using tickets.
Also, the configuration files /etc/environment and in /etc/security are overwritten by "make install".