Bug 982539

Summary: Cache passwords from external source for LdapExtLoginModule doesn't work with option {EXTC[:expiration_in_millis]}
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: FIlip Bogyai <fbogyai>
Component: SecurityAssignee: Peter Skopek <pskopek>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: urgent    
Version: 6.1.0CC: cdewolf, jcacek, jkudrnac, myarboro, pskopek
Target Milestone: ER4   
Target Release: EAP 6.1.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-16 20:20:52 UTC 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 FIlip Bogyai 2013-07-09 09:15:14 UTC
Mechanism to obtain passwords from external sources for login modules works only with option {EXT} - non-cached. New feature to cache passwords with command option {EXTC[:timeout]} - timeout is optional expiration in milliseconds, doesn't work. 

Problem is propably in LdapExtLoginModule method createLdapInitContext, that doesn't deal with commands that starts with option {EXTC[:timeout]}

Comment 4 Peter Skopek 2013-07-19 17:59:41 UTC
Tag for picketbox: https://svn.jboss.org/repos/picketbox/tags/4.0.17.SP1/
PR for EAP 6.1.1: https://github.com/jbossas/jboss-eap/pull/248