Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into ui-new
  • Loading branch information
dslrsiddesh committed Dec 20, 2023
2 parents 4bc381a + c2bd373 commit ca8a03a
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
11 changes: 10 additions & 1 deletion config/server/level-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,13 @@ disable_nopasswd = 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
11 changes: 10 additions & 1 deletion config/server/level-2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,13 @@ disable_nopasswd = 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
11 changes: 10 additions & 1 deletion config/workstation/level-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,13 @@ disable_nopasswd = 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
11 changes: 10 additions & 1 deletion config/workstation/level-2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,13 @@ disable_nopasswd = 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 ca8a03a

Please sign in to comment.