jefegrande
Programmer
I am trying to get all of my users in Active Directory that are not in the Disabled Accounts OU. I thought that the following would work, but it does not.
(&(objectClass=user) (!(ou=Disabled Accounts)))
I'm using this filter for a Coldfusion application using the CFLDAP tag.
Any help is greatly appreciated.
Thanks.
Mark F
(&(objectClass=user) (!(ou=Disabled Accounts)))
I'm using this filter for a Coldfusion application using the CFLDAP tag.
Any help is greatly appreciated.
Thanks.
Mark F