Skip to content

Commit

Permalink
Add passwordnotrequired to subparser
Browse files Browse the repository at this point in the history
  • Loading branch information
yaumn committed Jun 5, 2024
1 parent faede39 commit f457a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldeep/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def list_users(self, kwargs):
Arguments:
@verbose:bool
Results will contain full information
@filter:string = ["all", "spn", "enabled", "disabled", "locked", "nopasswordexpire", "passwordexpired", "nokrbpreauth", "reversible"]
@filter:string = ["all", "spn", "enabled", "disabled", "locked", "nopasswordexpire", "passwordexpired", "passwordnotrequired", "nokrbpreauth", "reversible"]
"""
verbose = kwargs.get("verbose", False)
filter_ = kwargs.get("filter", "all")
Expand Down

0 comments on commit f457a16

Please sign in to comment.