User: stark   
  Date: 01/03/05 11:29:04

  Modified:    src/resources/security/META-INF jboss-spec.xml
  Log:
  Change security domain from simple to spec-test to work correctly
  with the default server side auth.conf
  
  Revision  Changes    Path
  1.2       +2 -2      jbosstest/src/resources/security/META-INF/jboss-spec.xml
  
  Index: jboss-spec.xml
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/resources/security/META-INF/jboss-spec.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss-spec.xml    2001/03/05 10:11:45     1.1
  +++ jboss-spec.xml    2001/03/05 19:29:04     1.2
  @@ -6,8 +6,8 @@
           <!-- StatelessSession beans are secure by default -->
           <container-configuration>
               <container-name>Standard Stateless SessionBean</container-name>
  -            <role-mapping-manager>java:/jaas/simple</role-mapping-manager>
  -            <authentication-module>java:/jaas/simple</authentication-module>
  +            <role-mapping-manager>java:/jaas/spec-test</role-mapping-manager>
  +            <authentication-module>java:/jaas/spec-test</authentication-module>
           </container-configuration>
   
           <!-- A stateless session config that is not secured -->
  
  
  

Reply via email to