Bug 1017111

Summary: LDAP context mis-close in LDAPIdentityStoreImpl
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Toshiya Kobayashi <tkobayas>
Component: PicketLinkAssignee: Boleslaw Dawidowicz <bdawidow>
Status: NEW --- QA Contact: Tomas Kyjovsky <tkyjovsk>
Severity: high Docs Contact:
Priority: unspecified    
Version: 5.2.2.GACC: mposolda
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1017119 (view as bug list) Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Toshiya Kobayashi 2013-10-09 09:32:06 UTC
Platform BZ for https://issues.jboss.org/browse/PLIDM-44

Steps to reproduce: Please see "Steps to Reproduce:" in PLIDM-44

Comment 1 JBoss JIRA Server 2013-10-09 09:53:13 UTC
Tom Fonteyne <tfonteyn> made a comment on jira PLIDM-44

It's the line:

  ldapCtx.unbind(jndiName);

which appears twice in that class, that should be removed. An unbind explicitly says to close the connection, instead of simply putting it back in the pool.

Comment 3 JBoss JIRA Server 2013-10-14 15:52:04 UTC
Marek Posolda <mposolda> updated the status of jira PLIDM-44 to Resolved

Comment 4 JBoss JIRA Server 2013-10-14 15:52:04 UTC
Marek Posolda <mposolda> made a comment on jira PLIDM-44

Fixed by commit https://github.com/picketlink/picketlink-idm/commit/90624614537c560b0df6b296c0c901c932468056