Siteminder authentication and LDAP authorization
Issue
- Need to use JAAS module from Siteminder for authentication, but want JBoss to be used for LDAP authorization against a different LDAP server than used in SiteMinder
-
Using password-stacking=useFirstPass with both Siteminder login module,
SMJBossLoginModule
, and JBoss login module,LdapExtLoginModule
, but getting the following error fromLdapExtLoginModule
:PBOX000206: Login failure: javax.security.auth.login.FailedLoginException: PBOX000070: Password invalid/Password required
Note that because of
useFirstPass
,LdapExtLoginModule
module should not be trying to validate the user's password
Environment
- Red Hat JBoss Enterprise Application Platform 6.3
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.