Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestLL committed Sep 26, 2024
1 parent 486edcc commit 1c3fc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extend/tables/windows_local_user_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func (p *LocalUserTable) Columns() table.TableColumns {
{Name: "principalSource", Type: table.INTEGER_TYPE, Options: table.DEFAULT},
{Name: "accountExpires", Type: table.TEXT_TYPE, Options: table.DEFAULT},
{Name: "passwordChangeableDate", Type: table.TEXT_TYPE, Options: table.DEFAULT},
{Name: "passwordLastSet", Type: table.TEXT_TYPE, Options: table.DEFAULT},
{Name: "passwordExpires", Type: table.TEXT_TYPE, Options: table.DEFAULT},
{Name: "userMayChangePassword", Type: table.INTEGER_TYPE, Options: table.DEFAULT},
{Name: "lastLogon", Type: table.INTEGER_TYPE, Options: table.DEFAULT},
Expand Down

0 comments on commit 1c3fc70

Please sign in to comment.