Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| linux:home:shutting_up_pam_in_syslogs [2022/09/07 20:05] – removed - external edit (Unknown date) 127.0.0.1 | linux:home:shutting_up_pam_in_syslogs [2022/09/07 20:05] (current) – ↷ Page moved from linux:shutting_up_pam_in_syslogs to linux:home:shutting_up_pam_in_syslogs michaelbromilow | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Shutting Up PAM in Syslogs ====== | ||
| + | In a Debian-like system, the easiest way is to use '' | ||
| + | To silence specific services, make a file like the following: | ||
| + | ''/ | ||
| + | # Don't log " | ||
| + | # Cron, Samba | ||
| + | # See: https:// | ||
| + | # https:// | ||
| + | Name: disable annoying services session logging | ||
| + | Default: yes | ||
| + | Priority: 300 | ||
| + | Session-Type: | ||
| + | Session: | ||
| + | [default=ignore success=1] pam_succeed_if.so quiet service in samba:cron | ||
| + | |||
| + | This silences samba and cron. '' | ||
| + | |||
| + | After doing this, run '' | ||