Hello, All!
How i can found users in some OU in domain in case when bindDN it is a root of domain?
As far as i understand i must use https://ldapwiki.com/wiki/LDAP_MATCHING_RULE_DN_WITH_DATA for this.
I'm stuck at creating filter. My variant is:
(Common-Name:1.2.840.113556.1.4.2253:=S:4:myou:dc=td,dc=local)
What i must use at place where "Common-Name"?
What i must use at place where "S:4:myou"?
Will be glad for any information related to this issue.