Lab 2.6: Configure LDAP with BIG-IQ using user groups

Note

Estimated time to complete: 10 minutes

In this lab, we are going to configure LDAP on the BIG-IQ and create a user group, assign it to an existing role, then login with a user part of this group on the LDAP server.

Lab environment access

If you have not yet visited the page Getting Started, please do so.

Tasks

  1. Login to BIG-IQ as david .
  2. Navigate to System > User Management > Auth provider. Click on Add to Create a new Authentication Provider:

Fill out the necessary fields following below table.

LDAP
  • name: serverLdap
  • ip:port: ldap.forumsys.com:389
  • SSL: Disabled
  • Bind User Distinguished Name: cn=read-only-admin,dc=example,dc=com
  • Bind User Password: password
  • User Bind Template: uid={username},dc=example,dc=com
  • Root Distinguished Name: dc=example,dc=com
  • Group Search Filter: (&(objectClass=groupOfUniqueNames)(cn={searchterm}))
  • Group Membership Filter: (&(objectClass=groupOfUniqueNames)(uniqueMember=uid={username},dc=example,dc=com))
  • Users: https://www.forumsys.com/tutorials/integration-how-to/ldap/online-ldap-test-server
../../_images/img_module2_lab6_11.png

At the bottom of the page, test the LDAP configuration with this user:

  • Test User: newton
  • Test Password: password

Click on Test. The result should show success.

Save the configuration. When seeing the SSL Warning message, click on Continue.

  1. Navigate to System > User Management > User Groups, click Add.

Select the previously created auth provider, enter * in the remove group filter and click on Search.

Select the group called scientists and assign the Administrator Role to this user group. Save.

../../_images/img_module2_lab6_21.png
  1. Before trying our new LDAP User Group, let’s quickly check the current list of users, navigate under System > User Management > Users.

Notice there are no LDAP users.

../../_images/img_module2_lab6_31.png
  1. Logout from david user, login using the newton, selecting serverLdap in the Auth Provider list. Password is password.
../../_images/img_module2_lab6_4.png
  1. You are now successfully authenticated as newton, navigate under System > User Management > Users to our newton user was automatically created on the BIG-IQ as belonging to the user group scientists.
../../_images/img_module2_lab6_5.png