iopsys-feed/usermngr/Config.in
Mohd Husaam Mehdi 7e87028731 usermngr: add support for USERMNGR_SECURITY_HARDENING
* 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
2025-07-23 13:12:31 +05:30

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