How to cleanup outstanding binds.
Applications issue binds to access CA LDAP, issue ldap commands and then should issue unbinds once done. Sometimes for whatever reason the unbind is not done causing the binds to build up and cause CA LDAP to slow down and hang. This ETLDP58E message can happen when an application that connects to LDAP doesn't do an unbind when it finished (even if the bind fails, it needs to unbind).
Is there a way to prevent outstanding binds from building up?
Release:
Component: TSSLDP
Set 'idletimeout' in the slapd.conf file to timeout binds.
'idletimeout' will help cleanup up these connection when they become idle.
Note: APAR SO01738 needed for F ldapserver,COPS and F ldapserver,CNAME commands