Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Feb 23, 2019
2 parents 3fe6a79 + 6b9abbf commit db17863
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![](https://lithnet.github.io/images/lppad.png)

*Read the getting started [blog post series](https://blog.lithnet.io/2019/01/lppad-1.html?m=1)*

Lithnet Password Protection for Active Directory (LPP) enhances the options available to an organization wanting to ensure that all their Active Directory accounts have strong passwords.

LPP is a module that you install on your Active Directory servers that uses a [password filter](https://docs.microsoft.com/en-us/windows/desktop/secmgmt/password-filters) to inspect passwords as users attempt to change them. Using group policy, you customize the types of checks you want to perform on those passwords and they are either rejected, or approved, and committed to the directory.
Expand All @@ -12,7 +14,7 @@ LPP gives you the ability to take control of what a good password means to you.
* **Regular expression-based policies**. If regular expressions are your thing, you can define a regular expression that the password must match (or not match).
* **Points-based complexity**. Assign points for the use of certain characters and categories and set a minimum point threshold a password must meet.

It also includes the ability to audit your users' existing passwords against the comrpomised password list. You'll be able to find the weak and known compromised passwords, and force those users to change their password.
It also includes the ability to audit your users' existing passwords against the compromised password list. You'll be able to find the weak and known compromised passwords, and force those users to change their password.

## Additional features
* Full PowerShell support which is used to;
Expand Down

0 comments on commit db17863

Please sign in to comment.