vondruska / SelfServiceAD

C# webapp to allow users to change Active Directory passwords
MIT License
8 stars 6 forks source link

Limit user login to OU #2

Closed vondruska closed 10 years ago

vondruska commented 10 years ago

Once authentication has completed, ensure object is inside of an approved OU. This should prevent guessing of the standard AD user accounts.

vondruska commented 10 years ago

Closing this since upon more thought, it makes no sense to limit it to OUs as it stands today.