mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
21 lines
620 B
Text
21 lines
620 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.
|
|
|
|
config USERMNGR_ENABLE_AUTH_VENDOR_EXT
|
|
depends on USERMNGR_SECURITY_HARDENING
|
|
bool "Exposes vendor datamodel extensions for AuthenticationPolicy"
|
|
default y
|
|
help
|
|
Enable this option to expose TR181 vendor extensions for AuthenticationPolicy.
|
|
|
|
config USERMNGR_VENDOR_PREFIX
|
|
depends on USERMNGR_ENABLE_AUTH_VENDOR_EXT
|
|
string "Package specific datamodel Vendor Prefix for TR181 extensions"
|
|
default ""
|
|
|
|
endif
|