Owl allows customers the ability to integrate with an existing AD solution via the Active Directory Configuration page. Administrators can configure AD integration by navigating to the Admin Console and clicking on the AD Setup Icon.
- AD Enabled = flag to enabled AD (after binding please restart the owl-web application)
- Page Size = 100 is recommended. The number of results in a single page (NOTE: For really large AD Environments it’s best to narrow down the Base Path and/or possibly using Group Search Path to narrow down to that group explicitly).
- Host = Host: ldap://x.x.x.x or ldaps://x.x.x.x Port: is usually 389 for ldap or 636 for ldaps
- Base Path is the domain specified in the example above owl.com (equals to DC=owl,DC=com).
- Group Search Path = helps to narrow down list to an explicit group or parent group (example: CN=owladmins)
- Bind user = <user>@<domain>
- Bind Password = users domain password.
- Click save and you should receive the message below on the top of the owl-web application.
When binding to AD you do not need a special AD username and password. The application just needs a user to bind with in order to run a read-only query on the groups. The AD credentials are not stored, owl uses this dynamically to understand what groups you want to map.