You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2007/09/06 18:07:31 UTC

svn commit: r573308 - /maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml

Author: evenisse
Date: Thu Sep  6 09:07:30 2007
New Revision: 573308

URL: http://svn.apache.org/viewvc?rev=573308&view=rev
Log:
Fix xml

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml

Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml?rev=573308&r1=573307&r2=573308&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Thu Sep  6 09:07:30 2007
@@ -547,25 +547,25 @@
       </configuration>
     </component>
 
-	<!-- 
-	-- Ldap Authentication can be enabled by setting enabling these components and setting the following configuration options in your security.properties file
-	--
-	-- user.manager.impl=ldap
-    -- ldap.bind.authenticator.enabled=true
-    -- redback.default.admin=admin
-    -- redback.default.guest=guest
-    -- security.policy.password.expiration.enabled=false
-	--
-	-- until this process is better documented, the following is the apt document for configuration ldap with redback
-	--
-	-- http://svn.codehaus.org/plexus/plexus-redback/trunk/redback-site/src/site/apt/integration/ldap.apt
-	-->
+    <!-- 
+       Ldap Authentication can be enabled by setting enabling these components and setting the following configuration options in your security.properties file
+      
+       user.manager.impl=ldap
+       ldap.bind.authenticator.enabled=true
+       redback.default.admin=admin
+       redback.default.guest=guest
+       security.policy.password.expiration.enabled=false
+      
+       until this process is better documented, the following is the apt document for configuration ldap with redback
+      
+       http://svn.codehaus.org/plexus/plexus-redback/trunk/redback-site/src/site/apt/integration/ldap.apt
+    -->
 
-	<!--
-	
-	this component manages the connection to the ldap server
-	
-	 * hostname - The hostname of the ldap server
+    <!--
+    
+    this component manages the connection to the ldap server
+    
+     * hostname - The hostname of the ldap server
      * port - The port of the ldap server
      * baseDn - The baseDn of the ldap system
      * contextFactory - context factory for ldap connections