Jump to content

Recommended Posts

Posted

Does anyone know why disabled users are still being sync'd to google when the search term filtering of

 

(&(objectCategory=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))

 

has been applied.

 

I'm running 4.7.6 version of GCDS.

 

When i use (&(objectCategory=person)(userAccountControl:1.2.840.113556.1.4.803:=2)) it returns 0 results when it should be returning the disabled users.

Posted

Aren't you missing the user class?

 

Like:

(&(objectCategory=person)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))

 

Steve

  • Thanks 1
Posted
Aren't you missing the user class?

 

Like:

(&(objectCategory=person)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))

 

Steve

 

Oh Balls!! That is all it was *goes to sit in the corner*

 

I had another work around such as

 

(&(objectCategory=person)(objectClass=user)(mail=*.uk)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...