Applies To:
Show VersionsBIG-IQ Centralized Management
- 5.4.0
F5® BIG-IQ® Centralized Management can verify user credentials against your company's LDAP server (LDAP server versions 2 and 3, and OpenLDAP directory, Apache Directory Server, and Active Directory). After you set up BIG-IQ to use your LDAP server, you can add users and user groups that authenticated by your LDAP server.
Before integrating BIG-IQ with your LDAP server for authentication
Before integrating LDAP authentication with the F5® BIG-IQ® Centralized Management system, you must complete these tasks.
Task | Notes | For my LDAP server |
---|---|---|
Use an LDAP browser to review the groups and users in your directory's structure and determine where they are located in the organizational units (OUs). Then, decide how you want to map those names. | There are two ways you can do this. The first option is to map users directly to their Distinguished Name (DN) in the directory with a user bind template in the form of uid=<username>, ou=people, o=sevenSeas. For example, you'd map John Smith's user name to his DN as uid=<jsmith>, ou=people, o=sevenSeas and he would log in as jsmith and would be correctly authenticated with his user name in the directory through his DN. | |
The second option is to allow users to log in with names that do not map directly to their DN by specifying a userSearchFilter in the form of (&(uid=%s)) when creating the provider. For example, if John Smith's DN is cn=John Smith,ou=people,o=sevenSeas, but you would like him to be able to log in with jsmith, specify a userSearchFilter in the form of (&(jsmith=%s)). If your directory does not allow anonymous binds, you must also specify a bindUser and bindPassword so that the BIG-IQ system can validate the user's credentials. | ||
Decide which groups in your directory to map with BIG-IQ groups. | If you configured a bindUser and bindPassword for users, the BIG-IQ system displays a list of groups from which to choose. | |
If you haven't configured this for your users, you must know the DN for each group. | ||
Find out the DN where you can query or view for all users and groups. | This is the root bind DN for your directory, defined as rootDN, when you create a provider. The BIG-IQ system uses the root bind DN as a starting point when it searches for users and groups. | |
Find the host IP address for the LDAP server. | The default port is 389, if not specified otherwise, or 636 if SSL is enabled. |
Set up BIG-IQ to use your LDAP server for user authentication
You can configure BIG-IQ to use one or more of your company's LDAP server(s) to authenticate users.