timbo343 Posted July 22, 2020 Posted July 22, 2020 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.
Steve21 Posted July 22, 2020 Posted July 22, 2020 Aren't you missing the user class? Like: (&(objectCategory=person)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2))) Steve 1
timbo343 Posted July 22, 2020 Author Posted July 22, 2020 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)))
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now