Hello there,
Anybody have an idea how to run an LDAP query to return all enabled users??
I was able to find one for disabled users which is:
(&(objectCategory=Person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=2))
but how do you change it for enabled users???
Thanks in advance..
E Canaan