Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chanakyavasantha committed Dec 20, 2023
2 parents 4794b94 + 8e93ce4 commit debbcfa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/sampleconfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,8 @@ restrict_su = true

[pam] # Pluggable Authentication Modules
required_password_level = "strong" # weak, medium, strong, stronger
enable_password_length = true
minimum_password_length = 14
limit_password_reuse = true
password_reuse_limit = 5
configure_hashing_algorithm = true
11 changes: 10 additions & 1 deletion config/tooltip.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,13 @@ disable_nopassword = "false"
enable_reauthentication = "true"
enable_authentication_timeout = "true"
authentication_timeout = "15" # in minutes
restrict_su = "true"
restrict_su = "true"

[pam] # PAM
enable_password_level = "true"
required_password_level = "strong" # weak, medium, strong, stronger
enable_password_length = "true"
minimum_password_length = "14"
limit_password_reuse = "true"
password_reuse_limit = "5"
configure_hashing_algorithm = "true"

0 comments on commit debbcfa

Please sign in to comment.