User delete operations take an excessive period of time to perform on excessively large static groups in RSA Access Manager 6.0.4
Originally Published: 2010-04-12
Article Number
Applies To
RSA Product/Service Type: All LDAP datastores, All OS
RSA Version/Condition: 6.0.4
Issue
In timing this search that the adminAPI uses to delete a user which belongs to an excessively large static group:
ldapsearch -h 192.168.131.196 -D "cn=admin" -w thePassword -b "ou=Groups,dc=mydomain,dc=com" -s sub "(&(objectclass=groupOfUniqueNames)(uniquemember=uid=test_user4,ou=people,dc=mycompany,dc=com))"
...the search is extremely slow, causing the delete operation to take upwards of 12 seconds. Please note, the static group in this instance is over 60,000 users (see notes section. 60k users in a static group far exceed any published maximum static group size as published by the vendor. The datastore in place in this instance is Oracle OID, who publishes their maximum static user group at 10k).
When the search is changed to include the dn in the search criteria:
ldapsearch -h 192.168.131.,196 -D "cn=admin" -w thePassword -b "ou=Groups, mydomain,dc=com" -s sub "(&(objectclass=groupOfUniqueNames)(uniquemember=uid=test_user4,ou=people,dc=mydomain,dc=com))" dn
...the search returns in milliseconds. While the second search is a far more efficient search (even when the static group size is excessively large), an issue such as this should never be encountered when the vendors recommended static group limits are adhered to.
Cause
Some examples of static group membership limitations as published by vendor:
Sun publishes the maximum threshold at 20k members before performance is impacted:
http://docs.sun.com/source/816-2672/dit.htm#1005297
Microsoft Active Directory publishes the maximum threshold at 5k before performance is impacted:
http://technet.microsoft.com/en-us/library/cc756101%28WS.10%29.aspx
Oracle publishes the max threshold at 10k before performance is impacted:
http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10353/perform.htm#CFHGBGEA
Resolution
Because there is a more efficient way for the adminAPI to perform the group search during the delete operation, the AxM 6.04 server has been modified to use the faster method. Please contact customer support and request cleartrust.jar hotfix 6.0.4.46 or higher.
Notes
Related Articles
How to perform a consistently successful replica package distribution 44Number of Views How to address a customer request for Customer Support to perform RSA Web Threat Detection upgrade 18Number of Views Special characters in email subject lines do not display as expected in RSA Identity Governance & Lifecycle 44Number of Views Policy Transmission attributes not working as expected 1Number of Views RSA Via Lifecycle and Governance WildFly cluster not connecting as expected 123Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?