This document describes how to identify Active Directory (AD) LDAP Object attributes to configure Authentication Object on the for external authentication.
Prior to configuring an Authentication Object on a FireSIGHT Management Center for external authentication, identifying the AD LDAP attributes of Users and Security Groups would be necessary for the external authentication to work as intended. To do so, we can use Microsoft provided GUI based LDAP client, Ldp.exe, or any third-party LDAP browser. In this article, we will use ldp.exe to locally or remotely connect, bind, and browse the AD server and identify the attributes.
Step 1: Start ldp.exe application. Go to the Start menu and click Run. Type ldp.exe and hit the OK button.
Step 2: Connect to the server. Select Connection and click Connect.
The following screenshot shows remote connection from a Windows host:
The following screenshot shows local connection on an AD DC:
Step 3. Bind to the AD DC. Go to Connection > Bind. Enter the User, Password, and Domain. Click OK.
When a connection attempt is succesful, you will see an output like below:
Also, the output on the left pane of ldp.exe will show successful bind to the AD DC.
Step 4: Browse the Directory Tree. Click View > Tree , select the domain BaseDN from dropdown list, and click OK. This Base DN is the DN that is used on the Authentication Object.
Step 5: On the left pane of ldp.exe, double click on the AD objects to expand the containers down to the level of leaf objects and navigate to the AD Security Group the users are member of. Once you find the group, right click on the group and then select Copy DN.
If you are not sure in which Organizational Unit (OU) the group is located, right click on the Base DN or Domain and select Search. When prompted, enter cn=<group name> as filter and Subtree as scope. Once you get the result, you can then copy the DN attribute of the group. It is also possible to perform a wildcard search such as cn=*admin*.
The Base Filter in the Authentication Object should be as below:
In the following example, note that AD users have memberOf attribute matching the Base Filter. The number preceding memberOf attribute indicate the number of groups the user is a member of. The user is a member of only one security group, secadmins.
Step 6: Navigate to the user accounts you would like to use as impersonation account in the Authentication Object, and right click on the user account to Copy DN.
Use this DN for User Name in the Authentication Object. For example,
User Name: CN=sfdc1,CN=Service Accounts,DC=VirtualLab,DC=local
Similar to group search, it is also possible to search a user with CN or specific attribute such as name=sfdc1.
Revision | Publish Date | Comments |
---|---|---|
1.0 |
19-Dec-2014 |
Initial Release |