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 Splunk Cloud - SAML My Page SSO Configuration - RSA Ready Implementation Guide 49Number of Views RSA Announces the March 2021 Release of RSA SecurID Access 52Number of Views Splunk Enterprise - SAML My Page SSO Configuration - RSA Ready Implementation Guide 33Number of Views Splunk Cloud - RSA Ready Implementation Guide 112Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA Authentication Manager Upgrade Process Microsoft SQL Server Collectors can no longer connect to the SQL Server database after upgrade to Microsoft SQL Server 201…
Don't see what you're looking for?