How to find account disabled in AD??

G

Guest

Hi,

I have been struggling to find if an account is disabled in AD.

I looked at a few examples, but didn't work for me.

I'm using .net 1.1 with AD on W2003 server.

Thanks.
 
D

David C. Barber

There's a status word and you have to check the account disabled bit in it.
I've done this, but I don't have access to my code at the moment. I'll see
if I can remember to get it tomorrow when I'm on my development system.
 
G

Guest

Any one??

David C. Barber said:
There's a status word and you have to check the account disabled bit in it.
I've done this, but I don't have access to my code at the moment. I'll see
if I can remember to get it tomorrow when I'm on my development system.
 
D

David C. Barber

The way to check for a disabled user in ActiveDirectory is to retrieve the
field "userAccountControl" and test bit &H2. If that bit is set, then the
account has been disabled. Sorry to take so long to get this information to
you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top