File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,17 @@ With these pam modifications, your password is the literal
88` supersecuer<BS><BS>repassword ` , and you must make the typo and the two
99backspaces in order for your password to be accepted.
1010
11+ # What if I wanted to fix a typo?
12+
13+ Don't make typos.
14+
1115# How do I use this?
1216
1317This is a modified version of ` libpam_misc ` . After building, use
1418` LD_PRELOAD=build/libpam_misc/libpam_misc.so.0 passwd ` to change your password
15- to something with spaces . Then you can run /bin/login with the same ` LD_PRELOAD `
16- or you can also replace your system ` libpam_misc.so.0 ` if you want for added
17- security out-of-the-box.
19+ to something with backspaces . Then you can run /bin/login with the same
20+ ` LD_PRELOAD ` or you can also replace your system ` libpam_misc.so.0 ` if you want
21+ for added security out-of-the-box.
1822
1923# Do I actually want this?
2024
You can’t perform that action at this time.
0 commit comments