Update the wiki with your results:
http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapExtLoginModule

The JaasSecurityDomain position is a function of its dependencies. Since it 
depends on the JaasSecurityManager, it either needs to be after that service, 
or use a dependency statement:


  |    <mbean code="org.jboss.security.plugins.JaasSecurityDomain"
  |       name="jboss.security:service=JaasSecurityDomain,domain=LdapPassword">
  |       <constructor>
  |          <arg type="java.lang.String" value="ServerMasterPassword"/>
  |       </constructor>
  |       <!-- The opaque master password file used to decrypt the encrypted
  |       database password key -->
  |       <attribute 
name="KeyStorePass">{CLASS}org.jboss.security.plugins.FilePassword:${jboss.server.home.dir}/conf/server.password</attribute>
  |       <attribute name="Salt">twsalt12</attribute>
  |       <attribute name="IterationCount">13</attribute>
  |       <depends 
optional-attribute-name="ManagerServiceName">jboss.security:service=JaasSecurityManager</depends>
  |    </mbean>
  | 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933155#3933155

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933155


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to