User maps are used to provide routing information to the proxy services running on a cluster node. More than one user map can be defined and each can be configured separately.
A user map can have one of the three following types:
- Local File - Uses a specified path to load a local file containing the routing information.
- LDAP Password - Connects to an LDAP server using one of the defined connectors.
- LDAP Bind - Uses bound connections to an LDAP server requiring authentication such as an Active Directory tree.
Once the type of the mapping is set, the configuration details must be solved. For the local file mapping to work, a local file with mapping information must exist. This file must have the correct permissions set for AXIGEN to access it and retrieve the information.
With the LDAP mapping type, an LDAP connector must be selected from the list of defined connectors. If no connector has been defined, a new one must be set up so AXIGEN can retrieve the mapping information from the LDAP server.
WARNING: Each user map can use one LDAP connector at a time. Therefore, only one base DN and only one search pattern can be set to retrieve the information from the directory. While defining the LDAP connector a search pattern, that can return all user entries defined, should be used with caution so they can all access the system. If the pattern cannot match all entries, the ones excluded will never be matched by the mapping system even if they are defined in the LDAP directory.
For additional information on this topic read the
User Maps chapter.