Skip to content

Commit

Permalink
[*]完善oracle、ssh默认字典库
Browse files Browse the repository at this point in the history
  • Loading branch information
lcvvvv committed Jan 6, 2022
1 parent f70720c commit 18fb81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/hydra/default_oracle_authlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ func DefaultOracleList() *AuthList {
a.Special = []Auth{
NewSpecialAuth("internal", "oracle"),
NewSpecialAuth("system", "manager"),
NewSpecialAuth("system", "oracle"),
NewSpecialAuth("sys", "change_on_install"),
NewSpecialAuth("SYS", "CHANGE_ON_INSTALLorINTERNAL"),
NewSpecialAuth("SYSTEM", "MANAGER"),
Expand Down
2 changes: 1 addition & 1 deletion lib/hydra/default_ssh_authlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ func DefaultSshList() *AuthList {
a.Username = []string{
"root",
"admin",
"test",
//"test",
//"user",
//"root",
//"manager",
Expand Down

0 comments on commit 18fb81a

Please sign in to comment.