Skip to content

Commit

Permalink
Password Hardening Yang test - fix typo in init_cfg.json.j2 file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpil2002 committed Apr 7, 2022
1 parent b2404e1 commit 668d7ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions files/build_templates/init_cfg.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
"expiration_warning": "15",
"history_cnt": "10",
"len_min": "8",
"reject_user_passw_match": "True",
"lower_class": "True",
"upper_class": "True",
"digits_class": "True",
"special_class": "True"
"reject_user_passw_match": "true",
"lower_class": "true",
"upper_class": "true",
"digits_class": "true",
"special_class": "true"
}
}
}
10 changes: 5 additions & 5 deletions src/sonic-yang-models/doc/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1493,11 +1493,11 @@ There are 4 classes
"expiration_warning": "15",
"history_cnt": "10",
"len_min": "8",
"reject_user_passw_match": "True",
"lower_class": "True",
"upper_class": "True",
"digits_class": "True",
"special_class": "True"
"reject_user_passw_match": "true",
"lower_class": "true",
"upper_class": "true",
"digits_class": "true",
"special_class": "true"
}
}
}
Expand Down

0 comments on commit 668d7ea

Please sign in to comment.