You can use any one of the following use cases for adding Active Directory.
- Add Active Directory with default container
- Searches the Active Directory with a user from the Users container, and imports all the users and groups from the entire Active Directory. For example:
BindDN: “CN=username,CN=Users,DC=domain,DC=com” UserDN: “DC=domain,DC=com”
- Add Active Directory with default container and organizational unit
- Searches the Active Directory with a user from the Users container, and imports all the users and groups from the default organizational unit container. For example:
BindDN: “CN=username,CN=Users,DC=domain,DC=com” UserDN: “CN=Users,DC=domain,DC=com”
- Add Active Directory with default container and specific organizational unit
- Searches the Active Directory with a user from the Users container, and imports all the users and groups from the specified organizational unit container. For example:
BindDN: “CN=username,CN=Users,DC=domain,DC=com” UserDN: “OU=SpecificOU,DC=domain,DC=com”
- Add Active Directory with a specific container and organizational unit
- Searches the Active Directory with a user from the specified container, and imports all the users and groups from the specified organizational unit container. For example:
BindDN: “CN=username,OU=SpecificOU,DC=domain,DC=com” UserDN: “OU=SpecificOU,DC=domain,DC=com”
- Add a top child domain Active Directory with default container
- Searches the child domain Active Directory with a user from the Users container, and imports all the users and groups from the child domain. For example:
BindDN: “CN=username,CN=Users,DC=childdomain,DC=domain,DC=com” UserDN: “DC=childdomain,DC=domain,DC=com”
- Add a top child domain Active Directory with default container and organizational unit
- Searches the child domain Active Directory with a user from the Users container, and imports all the users and groups from the default organizational unit container. For example:
BindDN: “CN=username,CN=Users,DC=childdomain,DC=domain,DC=com” UserDN: “CN=Users,DC=childdomain,DC=domain,DC=com”