Problem(Abstract)
Slow response time is experienced while VMM makes calls to LDAP during login, membership resolution, search, and so on.Symptom
Slow response time of VMM when configured with LDAP.
Cause
There could be several cause for slow response time: amount of data in LDAP,
how data is stored in LDAP, LDAP response time, how the LDAP repository is
configured in VMM, and so on. Review the Resolving the problem section and find
the cause that might be causing the issue in your environment.
Environment
All (General)
Diagnosing the problem
Review the JNDI call being made by VMM and the response time from
LDAP.
Resolving the problem
- Lots of user/group entries in LDAPA large number of users and
groups entries in LDAP could result in longer processing time in LDAP and in
VMM. Limit the number of entries that VMM can access to what is needed by your
application.
Solutions >- Configure LDAP repository with proper baseEntry
Check the nameInRepository configuration for your LDAP repository configuration in VMM. If it is set to “” (empty string), then it means that VMM will be accessing LDAP at the root level and entire repository may be searched for users, groups, or membership resolution. Try setting it to the subtree(s) where users and groups exist.
Related wsadmin commands: getIdMgrRepository, updateIdMgrRepositoryBaseEntry
- Configure searchBases per entityType.
If your LDAP contains users and groups in two different subtrees of LDAP then setting the searchBases per entityType will scope the users and groups searches to specific subtree which will result in faster response time
For example, Configure ou=users,o=mycomp.com for PersonAccount
ou=groups,o=mycomp.com for Group
Related wsadmin commands: getIdMgrLDAPEntityType, updateIdMgrLDAPEntityType
- Configure LDAP repository with proper baseEntry
- Slow logins with LDAPs having dynamic + static
group configuration.When LDAP repository configuration in VMM contains
static and dynamic groups settings and VMM setup or called to return nested
groups, VMM has to make repetitive calls to LDAP to resolve dynamic group
members.
Solutions >- Use LDAP’s attribute to get all members/groups
If your LDAP supports an attribute which contains all the groups of a user (e.g. ibm-allGroups for Tivoli Directory Server) or all members of a group (e.g. ibm-allMembers for Tivoli Directory Server).
Note: For most LDAPs, these attributes are operational attributes and are not-editable, so VMM will not be able to update group membership using these attributes.
Related wsadmin commands: addIdMgrLDAPGroupMemberAttr, updateIdMgrLDAPGroupMemberAttr, addIdMgrLDAPGroupDynamicMemberAttr, updateIdMgrLDAPGroupDynamicMemberAttr
- Do not use group nesting for login or other User
Registry calls
Configure custom property at UserRegistry layer to minimize group related LDAP calls and narrow down scope to DIRECT lookup.
Reference: http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=%2Fcom.ibm.websphere.wim.doc%2Fdisablingnestedgroupsearches.html
- Use LDAP’s attribute to get all members/groups
- Slow Logins caused by searchPageSize (Microsoft Active Directory
only)
The default searchPageSize for Active Directory in VMM is 1500. This may lead to slow logins for some Active Directory setup.
Solution >Set the searchPageSize to 0, which means no max limit on the pageSize returned from AD.
Related wsadmin commands: updateIdMgrLDAPRepository
- LDAP group having 1500+ members (Microsoft
Active Directory only)When the LDAP contains groups with 1500+ members,
VMM may not return all the members which could lead to authorization failures
while accessing a resource eg. page/application. This problem usually occurs on
AD which, by default, returns maximum 1500 values of an attribute. Because of
this, VMM can not retrieve all the members of a group.
Solution >Change the MaxValRange of Active Directory policy.
References: http://msdn.microsoft.com/en-us/library/cc223376(PROT.10).aspx http://support.microsoft.com/kb/315071
- Unidentified Interlinking between entries in LDAP (Domino
only).
Many times Domino's objects are interlinked and they are not resolved quickly.
Solution >
Set derefAliases="never" for the LDAP configuration in VMM. This will do JNDI lookup in LDAP without de-referencing aliases and improve Domino's response time.
Related wsadmin commands: updateIdMgrLDAPServer
Related information
Infocenter link for WAS61Infocenter link for WAS70
Infocenter link for WAS80
댓글 없음:
댓글 쓰기