(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawlyaGNr6H--NFCBqwTAjb7NOTD7BRIKF4E <Alberto@web>
Tue, 12 Jul 2011 16:49:49 +0000 (12:49 -0400)
committerwww-data <www-data@project-moonshot.org>
Tue, 12 Jul 2011 16:49:49 +0000 (12:49 -0400)
design/trust-anchor.mdwn

index f6f2f81..bfc0bdd 100644 (file)
@@ -87,19 +87,24 @@ The server certificate hash field is mutually exclusive with the other fields.
   do something about naminge
 
 ## User Web Provisioning Format
-    <identities>
+<identities>
       <identity>
         <display-name>Unique Name</display-name>
         <user>username</user>
         <password>ENCRYPTEDPW</password>
         <realm>issuer name</realm>
         <services>
-          <service>xmpp@jabber.project-moonshot.org</service>
+          <service>xmpp@ja;bber.project-moonshot.org</service>
+          <service>email@project-moonshot.org</service>
         </services>
         <selection-rules>
           <rule>
             <pattern>PATTERN</pattern>
-            <always_confirm>true</always_confirm>
+            <always-confirm>true</always-confirm>
+          </rule>
+          <rule>
+            <pattern>ANOTHER_PATTERN</pattern>
+            <always-confirm>false</always-confirm>
           </rule>
         </selection-rules>
         <trust-anchor>
@@ -107,7 +112,11 @@ The server certificate hash field is mutually exclusive with the other fields.
           <subject>Foo</subject>
           <subject-alt>Bar</subject-alt>
           <!-- Or alternatively -->
-          <srv-cert>ABCDEFGHIJKLMNOPQRSTUVWXYZ123455678910</srv-cert>
+          <server-cert>ABCDEFGHIJKLMNOPQRSTUVWXYZ123455678910</server-cert>
         </trust-anchor>
       </identity>
+      <identity>
+        <display-name>ASD</display-name>
+        <username>ASD</username>
+      </identity>
     </identities>