|
We will describe how to configure Artifactory to work with Active Directory using an example.
Consider an Active Directory server that must support the following conditions:
To configure Active Directory authentication, in the Admin module, go to Security | LDAP and click New.
The configuration parameters are as follows:
Settings Name | The unique ID of the Active Directory setting. |
Enabled | When set, these settings are enabled. |
Active Directory URL | Location of the Active Directory server LDAP access point in the following format: The URL may include the base DN used to search for and/or authenticate users. If not specified, the Search Base field is required. |
User DN Pattern | A DN pattern used to log users directlyin tothe LDAP database. For Active Directory, we recommend leaving this field blank since this only works if anonymous binding is allowed and a direct user DN can be used, which is not the default case in Active Directory. |
Auto Create Artifactory Users | When set, Artifactory will automatically create new users for those who have logged in using Active Directory. Any newly created users will be associated to the default groups. |
Email Attribute | An attribute that can be used to map a user's email to a user created automatically by Artifactory. This corresponds to the mail field in Active Directory. |
Search Filter | A filter expression used to search for the user DN that is used in Active Directory authentication. For Active Directorythe corresponding field should be |
Search Base | The Context name in which to search relative to the base DN in the Active Directory URL. This parameter is optional, but if possible, we highly recommend that you set it to prevent long searches on the Active Directory tree. Leaving this field blank will significantly slow down the Active Directory integration. The configuration in the example below indicates that search should only be performed under "frogs/il" or "frogs/us". This improves search performance since Artifactory will not search outside the scope of the "frogs" entry. |
Manager DN | The full DN of a user with permissions that allow querying the Active Directory server. When working with LDAP Groups, the user should have permissions for any extra group attributes such as memberOf. |
Manager Password | The password of the user binding to the Active Directory server when using "search" authentication. |
Search Sub Tree | When set, enables deep search through the sub-tree of the Active Directory URL + Search Base. True by default. |
Active Directory groups can be imported using either a Static mapping strategy or a Dynamic one (Active Directory works for both).
The only difference is in the attribute defined on the corresponding Active Directory entry:
Active Directory supports both configurations, so you can choose the one which fits your organization's structure.
Artifactory supports synchronization with Active Directory "Nested Groups".
To use Secure Active Directory with a valid certificate from a CA trusted by Java, all you need to do us use a secure Active Directory URL in your settings, e.g. ldaps://secure_ldap_host:636/dc=sampledomain,dc=com.
If you want to use Secure Active Directory with a non-trusted (self-signed) certificate, please follow the steps described in Using a Self-Signed Certificate.
|