User: stark   
  Date: 01/03/05 02:35:26

  Modified:    src/etc/conf/default jboss.jcml
  Log:
  Setup minimal non-SRP, non-security proxy security by default
  
  Revision  Changes    Path
  1.22      +0 -4      jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- jboss.jcml        2001/03/01 06:38:34     1.21
  +++ jboss.jcml        2001/03/05 10:35:26     1.22
  @@ -44,10 +44,6 @@
     <!-- JAAS security manager and realm mapping -->
     <mbean code="org.jboss.security.plugins.JaasSecurityManagerService" 
name="Security:name=JaasSecurityManager">
       <attribute 
name="SecurityManagerClassName">org.jboss.security.plugins.JaasSecurityManager</attribute>
  -    <!--
  -    <attribute 
name="SecurityProxyFactoryClassName">org.jboss.security.SubjectSecurityProxyFactory</attribute>
  -    -->
  -    <attribute name="AuthenticationCacheJndiName">SRPAuthenticationCache</attribute>
     </mbean>
   
     <!-- Uncomment to enable the XML implementation of the JAAS policy
  
  
  

Reply via email to