[Jboss-cvs] JBossAS SVN: r56124 - trunk/server/src/etc/conf/default

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 21 12:44:25 EDT 2006


Author: anil.saldhana at jboss.com
Date: 2006-08-21 12:44:24 -0400 (Mon, 21 Aug 2006)
New Revision: 56124

Modified:
   trunk/server/src/etc/conf/default/jboss-service.xml
Log:
remove the jaspi manager def

Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml	2006-08-21 16:43:36 UTC (rev 56123)
+++ trunk/server/src/etc/conf/default/jboss-service.xml	2006-08-21 16:44:24 UTC (rev 56124)
@@ -293,20 +293,7 @@
       -->
       <attribute name="DefaultCacheResolution">60</attribute>
    </mbean> 
-	
-   <!-- JASPI based security manager-->
-   <mbean code="org.jboss.security.plugins.JASPISecurityManagerService"
-      name="jboss.security:service=JASPISecurityManager">
-      <!-- A flag which indicates whether the SecurityAssociation server mode
-      is set on service creation. This is true by default since the
-      SecurityAssociation should be thread local for multi-threaded server
-      operation.
-      -->
-      <attribute name="ServerMode">true</attribute>
-      <attribute name="SecurityManagerClassName">org.jboss.security.plugins.JASPISecurityManager</attribute>
-      <attribute name="DefaultUnauthenticatedPrincipal">anonymous</attribute>
-   </mbean>
-	
+
    <!-- Authorization manager-->
    <mbean code="org.jboss.security.plugins.AuthorizationManagerService"
       name="jboss.security:service=AuthorizationManager"> 




More information about the jboss-cvs-commits mailing list