with the following setup, I try to get all users in the de
group.
- domain.local (domain)
- users_and_groups (ou)
- orga (ou)
- groups (ou)
- de (group)
I tried the following commands
dsget group "CN=de,DC=domain,DC=local" -members
dsget group "CN=de,OU=users_and_groups,DC=domain,DC=local" -members
dsget group "CN=de,OU=users_and_groups,OU=orga,DC=domain,DC=local" -members
dsget group "CN=de,OU=users_and_groups,OU=orga,OU=groups,DC=domain,DC=domain,DC=local" -members
But all fail with Directory object not found
. What am I doing wrong?