mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-19 19:44:52 +00:00
feat: 🔒 harden and enable pam faillock, password encryption & quality suggestions
This commit is contained in:
6
config/scripts/authselect.sh
Normal file
6
config/scripts/authselect.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "Enabling faillock in PAM authentication profile"
|
||||
|
||||
authselect enable-feature with-faillock 1> /dev/null
|
||||
Reference in New Issue
Block a user