diff --git a/Configuration.md b/Configuration.md index 4f08efc..95caffa 100644 --- a/Configuration.md +++ b/Configuration.md @@ -1,5 +1,14 @@ # Doing it automatically -Just run `sudo pam_panic_config`. +1. Run `sudo pam_panic_config` +2. Put the following in any module of /etc/pam.d you might want to use/need: + +``` +auth include pampanic +account include pampanic +``` +It can be something like `xscreensaver` or `system-local-login`. + + # Doing it manually ## What pam_panic flags exist?