Author: snoopdave
Date: Mon Oct 29 06:53:47 2007
New Revision: 589628

URL: http://svn.apache.org/viewvc?rev=589628&view=rev
Log:
Can't put comments inside of comments

Modified:
    roller/trunk/apps/weblogger/web/WEB-INF/security.xml

Modified: roller/trunk/apps/weblogger/web/WEB-INF/security.xml
URL: 
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/WEB-INF/security.xml?rev=589628&r1=589627&r2=589628&view=diff
==============================================================================
--- roller/trunk/apps/weblogger/web/WEB-INF/security.xml (original)
+++ roller/trunk/apps/weblogger/web/WEB-INF/security.xml Mon Oct 29 06:53:47 
2007
@@ -171,8 +171,8 @@
         </property>
     </bean>
     
-    <!-- BEGIN: Sample LDAP/RollerDB hybrid security configuration
     <!-- ===================== LDAP AUTHENTICATION ==================== -->
+    <!-- BEGIN: Sample LDAP/RollerDB hybrid security configuration
     <bean id="initialDirContextFactory" 
class="org.acegisecurity.ldap.DefaultInitialDirContextFactory">
         <constructor-arg value="LDAP_URL"/>
         <property name="managerDn" value="LDAP_USERNAME"/>
@@ -203,8 +203,8 @@
     -->
     <!-- END Sample LDAP/RollerDB hybrid security configuration -->
     
-    <!-- BEGIN: Sample CAS/RollerDB hybrid security configuration
     <!-- ======================== CENTRAL AUTHENTICATION SERVICE (CAS) 
======================= -->
+    <!-- BEGIN: Sample CAS/RollerDB hybrid security configuration
     <bean id="casProcessingFilter" 
class="org.acegisecurity.ui.cas.CasProcessingFilter">
         <property name="authenticationManager" ref="authenticationManager"/>
         <property name="authenticationFailureUrl" 
value="/roller-ui/login.rol?error=true"/>


Reply via email to