Integration with Active Directory
Required fields:
Domain Controllers -IP or domain of the AD server
Base DN - AD basic DN in the format “ou=MainOU,dc=domain,dc=com”
Admin Username - іuser name for authorization in AD
Admin Password - user password for authorization in AD
Optional fields:
Member of - optional filter for automatic import of users, the format is the same as for "Base DN"
Auth By - Field in Collaborator by which users will be searched for authorization. Possible values are: login
, email
. The default value is: login
.
Find By - Field in AD in which the user will be searched if it is not in Collaborator. The default value is: samaccountname
Append base dn - prefix for user login before authentication in AD. For example, a user tries to log in using my-login
, if the Append base dn parameter is set to domain.com
Collaborator will attempt to authenticate to AD using [email protected]
SSL - the option is required when the server needs SSL.
Fields map config - Configuration for comparing fields from AD to the system, default values (left fields in the system, right fields in AD):
{
"secondname": "sn",
"firstname": "givenname",
"patronymic": "middleName",
"login": "samaccountname",
"email": "mail",
"city": "l",
"department": "department",
"position": "title",
"phone": "telephonenumber"
}
Automatic synchronization
- Automatically sync users - яif the option is enabled, you need to specify the time when synchronization will take place daily.
- Automatically sync organizational structure - яif the option is enabled, you need to specify the time when synchronization will take place daily. (More details about importing an organizational structure are described in the article - Importing structure from Active Directory.