@dinhngtu Thanks for the response here.
SOLVED
As per your suggestion, I was able to bind to my AD server using ldp.exe and was able to verify my filter through search. This further validated the query I was trying to run against the AD server.
Looking through your settings, the only real different in our configurations was the Display name attribute field. I changed this field from sAMAccountname
to cn
and the query succeeded when clicking the Synchronize LDAP groups button. So, although sAMAccountname
works as a valid field for the user query (and appears to be populated for all group objects on my AD Domain), this does not appear to work when querying for group objects with XO (at least against my AD Domain).
Suggestion: So while this is solved (at least in my case), there currently doesn't appear to be an easy way to debug ldap query results which are originating from the XO server. Having at least a simple log entry for LDAP queries (or at least a way to enable this through a verbose flag) would go a long way to understanding what's going on behind the scenes with XO + LDAP.
Thanks for the help!