Author: gnodet
Date: Wed Feb 18 19:16:02 2009
New Revision: 745619

URL: http://svn.apache.org/viewvc?rev=745619&view=rev
Log:
Add some comment

Modified:
    
servicemix/smx4/kernel/trunk/jaas/jaas-modules/src/main/resources/META-INF/spring/servicemix-jaas-module.xml

Modified: 
servicemix/smx4/kernel/trunk/jaas/jaas-modules/src/main/resources/META-INF/spring/servicemix-jaas-module.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/jaas/jaas-modules/src/main/resources/META-INF/spring/servicemix-jaas-module.xml?rev=745619&r1=745618&r2=745619&view=diff
==============================================================================
--- 
servicemix/smx4/kernel/trunk/jaas/jaas-modules/src/main/resources/META-INF/spring/servicemix-jaas-module.xml
 (original)
+++ 
servicemix/smx4/kernel/trunk/jaas/jaas-modules/src/main/resources/META-INF/spring/servicemix-jaas-module.xml
 Wed Feb 18 19:16:02 2009
@@ -30,6 +30,11 @@
   http://servicemix.apache.org/schema/servicemix-jaas.xsd";>
 
     <!--
+      - The following beans define an alternate realm which uses the OSGi 
Configuration Admin service
+      - to obtain passwords.  However, this realm is not really secure as 
there is no access restriction
+      - on this service, which means any bundle could access all the passwords.
+      -->
+    <!--
     <bean id="configAdminHolder" 
class="org.apache.servicemix.kernel.jaas.modules.osgi.ConfigAdminHolder">
         <property name="service" ref="configAdmin" />
     </bean>


Reply via email to