LDAP Query: ManagedBy

From time to time I need to find all objects managed by a particular user.

An each time I need to spend that 5 minutes searching Google on the syntax. No more.

dsquery * -filter "(managedby=<User DN>)" -attr cn -limit 999

Obviously you can modify the filter to be more specific.