If you try to configure a recipient policy by using an organizational unit (OU) as part of the filter, the recipient policy is not applied to any one of the users in that OU.
Using only the OU as a filter on a recipient policy causes the following filter rule to be created for that recipient policy:
(&(ou>="")(name=myOU))
This filter locates a particular OU (or multiple OUs, depending on the filter that was created), but it does not locate objects that are contained in these OUs. Also, there is no way to create an LDAP filter that is based on the OU that that user account belongs to. While the
distinguishedName or
canonicalName attributes do include the OU that an account is contained in, any LDP queries that are performed with these two attributes do not succeed. For example:
canonicalName=myDomain.com/MyOU/*)
and
(distinguishedName=*,OU=MyOU,DC=myDomain,DC=com)