After enabling LDAP/Active Directory integration with the UIM Hub, the hub may experience slow performance. User logins may fail intermittently, and the hub may even restart unexpectedly.
This issue can be resolved by configuring the hub NOT to cache the group membership information, but instead, to look up each user as they log in, in order to determine what groups they belong to. This can slow down the login process by a few seconds but will otherwise resolve the performance problems seen in such environments.
1. To set this up, backup and then edit the hub configuration file (hub.cfg) and set the following keys under the LDAP->Templates->Active Directory section:
member_lookup_reverse = yes
lookup = yes
attr_usr_member_of =
(the last key should be set to a blank value, removing the default value 'memberOf').
2. Restart the hub after saving the hub.cfg