I am trying to retrieve a group object using the objectSid of the group, through ldap API:
ldap_search_s (ld, "dc=dummydomain,dc=local", LDAP_SCOPE_SUBTREE,
"(objectSid=\\01\\05\\00\\00\\00\\00\\05\\15\\00\\00\\00\\db\\eb\\0c\\50\\32\\62\\1f\\2a\\a8\\37\\d6\\65\\01\\02\\00\\00)",attrs,0, &result))
I have verified that the SID hex string is correct by comparing with what is in ADSIedit. And from Sniffer trace, seems like the binary attribute value in filter string is passed over to Active Directory. However, I am always getting zero results from Active Directory.
Could anyone give me some suggestions on what might be wrong with my query?
Thanks! Yimin
_______________________________________________ mozilla-directory mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-directory
