Skip to content

Commit

Permalink
Update authentication delay til
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourai committed May 26, 2024
1 parent eafc637 commit 8fc3ff0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/authentication-delay.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Disable authentication delay

add `nodelay` to the the line containing `pam_unix.so` and `pam_faillock.so` in

```
/etc/pam.d/system-auth
```
Expand All @@ -12,9 +13,11 @@ auth required pam_faillock.so preauth nodelay
auth [success=1 default=bad] pam_unix.so try_first_pass nullok nodelay
auth [default=die] pam_faillock.so authfail nodelay
```

see also:

```
man pam_unix
```

0 comments on commit 8fc3ff0

Please sign in to comment.