lithnet / ad-password-protection

Active Directory password filter featuring breached password checking and custom complexity rules
MIT License
492 stars 52 forks source link

Get List of currently banned words #131

Open Tranquillo1811 opened 2 weeks ago

Tranquillo1811 commented 2 weeks ago

is this possible?

best regards Olli

ryannewington commented 2 weeks ago

Hey Olli,

The banned words are hashed with a one-way hash, so you can test for them with Test-IsBannedWord but there currently isnt a function to retrieve the list.

We generally recommend keep a plain-text list of the banned words you want to keep track of, and you can always import that list after making changes. LPP will ignore any duplicates already in the list on import.

stale[bot] commented 5 days ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.