mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
* this compile time flag will set up faildelay, lock out upon 6 failed attempts during login via shell or console and enable password strength checks when changing password * this will set openssh usePam option * openssh and shadow-utils with PAM backend need to be selected for this compile time flag to work
8 lines
211 B
Text
8 lines
211 B
Text
if PACKAGE_usermngr
|
|
|
|
config USERMNGR_SECURITY_HARDENING
|
|
bool "Security hardening mechanisms"
|
|
default y
|
|
help
|
|
Enable this option to use PAM based faillock, passwdqc, faildelay for security hardening.
|
|
endif
|