S
Schmidtmayer Marc
Hi all,
I need to show the list of users and indicate whether the users are
'locked out' or not.
Now I know that to determine if an account is locked out, you need to
look at the lockoutTime on the user object. If it is non-zero, you
must compare the
lockout time value with the lockoutDuration interval that is set for
the
domain and the current time (according to the DC) to see if the
account is
still locked out or not (assuming lockoutTime is non-zero).
BUT ... how do I do this in Visual Basic ??
I'm not a Visual Basic programmer and this one needs to be done in VB
....
Has anyone an example for me or an URL or ...
Any help is welcome !
Thanks,
Marc.
I need to show the list of users and indicate whether the users are
'locked out' or not.
Now I know that to determine if an account is locked out, you need to
look at the lockoutTime on the user object. If it is non-zero, you
must compare the
lockout time value with the lockoutDuration interval that is set for
the
domain and the current time (according to the DC) to see if the
account is
still locked out or not (assuming lockoutTime is non-zero).
BUT ... how do I do this in Visual Basic ??
I'm not a Visual Basic programmer and this one needs to be done in VB
....
Has anyone an example for me or an URL or ...
Any help is welcome !
Thanks,
Marc.