Firstly, I know that there were a lot of posts in this thread, however, all the information I found does not help in my situation. What happens is that I cannot find where the property blocks the user in AD. I used
link text
for everything else with AD and everything works, the userAccountControl bitmap does not change if the account is locked. Attempting to access lockoutTime returns an exception saying that it cannot find the property. The only thing that works remotely is
user.InvokeGet ("IsAccountLocked")
but it always returns false regardless of whether the account is locked or not.
If anyone has any ideas, this will be very helpful or a link that may help me.
thanks
source share