Author: kwright
Date: Fri Oct 25 15:10:44 2013
New Revision: 1535758

URL: http://svn.apache.org/r1535758
Log:
Add domain examples to connectors.xml

Modified:
    manifoldcf/branches/CONNECTORS-792/framework/example-common/connectors.xml

Modified: 
manifoldcf/branches/CONNECTORS-792/framework/example-common/connectors.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-792/framework/example-common/connectors.xml?rev=1535758&r1=1535757&r2=1535758&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-792/framework/example-common/connectors.xml 
(original)
+++ manifoldcf/branches/CONNECTORS-792/framework/example-common/connectors.xml 
Fri Oct 25 15:10:44 2013
@@ -16,14 +16,23 @@
  limitations under the License.
 -->
 
-<!-- The connectors registry file permits registration of connectors upon the
-      startup of the jetty-based LCF example.  In a real installation, this 
registration
+<!-- The connectors registry file permits registration of domains and 
connectors upon the
+      startup of the jetty-based ManifoldCF example.  In a real installation, 
this registration
       step would be done ideally just once, but in the example the connectors
       are all reregistered on every startup.
 -->
 <connectors>
+    <!-- Add any authorization domains here -->
+    <!-- authorizationdomain domain="AD" name="ActiveDirectory"/-->
+    <!-- authorizationdomain domain="SHP" name="SharePoint"/-->
+    <!-- authorizationdomain domain="FB" name="FaceBook"/-->
+
     <!-- Add your output connectors here -->
+    
     <!-- Add your mapping connectors here -->
+    
     <!-- Add your authority connectors here -->
+    
     <!-- Add your repository connectors here -->
+    
 </connectors>


Reply via email to