[jboss-svn-commits] JBL Code SVN: r35979 - labs/jbossrules/soa_branches/BRMS-5.1.x/drools-guvnor/src/main/webapp/WEB-INF.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 15 11:21:47 EST 2010


Author: kurt.stam at jboss.com
Date: 2010-11-15 11:21:47 -0500 (Mon, 15 Nov 2010)
New Revision: 35979

Modified:
   labs/jbossrules/soa_branches/BRMS-5.1.x/drools-guvnor/src/main/webapp/WEB-INF/components.xml
Log:
BRMS-427 referencing the brms policy in JAAS

Modified: labs/jbossrules/soa_branches/BRMS-5.1.x/drools-guvnor/src/main/webapp/WEB-INF/components.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.x/drools-guvnor/src/main/webapp/WEB-INF/components.xml	2010-11-15 13:30:55 UTC (rev 35978)
+++ labs/jbossrules/soa_branches/BRMS-5.1.x/drools-guvnor/src/main/webapp/WEB-INF/components.xml	2010-11-15 16:21:47 UTC (rev 35979)
@@ -42,10 +42,10 @@
 	<!--
 		default (will take any username, useful if you want to keep track of
 		users but not authenticate
-	-->
+	
 	<security:identity authenticate-method="#{defaultAuthenticator.authenticate}" />
+    -->
 
-
 	<!--
 		NO authentication. This will bypass the login screen when you hit the
 		app. Everyone is "guest"
@@ -61,10 +61,8 @@
 		"other" - which in jboss AS means you can use properties files for
 		users:
 	-->
-	<!--
 		<security:identity authenticate-method="#{authenticator.authenticate}"
-		jaas-config-name="other"/>
-	-->
+		jaas-config-name="brms"/>
 
 	<!--
 		as JAAS is used you can use container specific ones to link up to your



More information about the jboss-svn-commits mailing list