To find the user and group base DN, run a query from any member server on your Windows domain.
Finding the User Base DN
Open a Windows command prompt.
Type the command:
dsquery user -name <known group name>
In the above command, you can pull out DN users based on the known group name.
---------
--If the reply is helpful, please Upvote and Accept it as an answer--