Hi All,
I'm looking for some advice on how Base DN targeting works.
I'm researching an appliance product that allows you to add an authentication provider to authenticate users to a service provided by that appliance. In this case I am adding Active Directory via LDAP as an authentication provider.
I would like to set a Base DN to target a set of groups within an OU down the AD tree and when I do this, the appliance finds the groups and I can add these group within the appliance to provision access to the service.
Lets say I have a domain called contoso.local with a structure like this;
contoso.com
- Users
- Admins
- Application
- Email
In this case, I've set my Base DN is ou=application,ou=groups,dc=contoso,dc=com
The appliance finds the groups within the OU and I can assign a group, say
Group1 to access the service provided by the appliance. If I add users to this group however from theUsers OU, the appliance can't authenticate them as they do not exist under the Base DN root structure.
To my mind, if they are a member of a group I have added and applied permission to within the appliance then it should be able to authenticate them but I'm being told this is not possible.
I'm clearly a little rusy on this, but does that sound correct and if so, what are the alternatives? To set the base DN as dc=contoso,dc=com or move other OUs around? How else could I lock this down?
Thanks in advance!