This question may not fully apply here, but i've already posted it in .asp forums and no one seems to know the answer. So, here it is:
I have some asp pages on IIS that use DLL's to get domain information on a user in order to log the user into this application. The DLL simply queries the domain and asks if this username is an active member of the domain, and if the password matches. Very simple. However, this leaves us succeptable to brute force attacks. Meaning that we have no way to "write" to the domain information to lock a user out after three unsuccessfull attempts. So my question is this: is there a way/how is it done to lock a user account from a DLL or from and ASP page? Does anyone know how this is done?
Any help is much appreciated.
Thank You
I have some asp pages on IIS that use DLL's to get domain information on a user in order to log the user into this application. The DLL simply queries the domain and asks if this username is an active member of the domain, and if the password matches. Very simple. However, this leaves us succeptable to brute force attacks. Meaning that we have no way to "write" to the domain information to lock a user out after three unsuccessfull attempts. So my question is this: is there a way/how is it done to lock a user account from a DLL or from and ASP page? Does anyone know how this is done?
Any help is much appreciated.
Thank You