Fixed spacing
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Tue, 1 Mar 2011 09:06:10 +0000 (01:06 -0800)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Tue, 1 Mar 2011 09:06:10 +0000 (01:06 -0800)
doc/example/user-mapping.xml

index 6406d7e..bda8f87 100644 (file)
@@ -1,12 +1,12 @@
 <user-mapping>
        
-       <!-- Per-user authentication and config information -->
-       <authorize username="USERNAME" password="PASSWORD">
-               <protocol>vnc</protocol>
-               <param name="hostname">localhost</param>
-               <param name="port">5900</param>
-               <param name="password">VNCPASS</param>
-       </authorize>
+    <!-- Per-user authentication and config information -->
+    <authorize username="USERNAME" password="PASSWORD">
+        <protocol>vnc</protocol>
+        <param name="hostname">localhost</param>
+        <param name="port">5900</param>
+        <param name="password">VNCPASS</param>
+    </authorize>
 
     <!-- Another user, but using md5 to hash the password
          (example below uses the md5 hash of "PASSWORD") -->
             username="USERNAME2"
             password="319f4d26e3c536b5dd871bb2c52e3178"
             encoding="md5">
-               <protocol>vnc</protocol>
-               <param name="hostname">localhost</param>
-               <param name="port">5901</param>
-               <param name="password">VNCPASS</param>
-       </authorize>
+        <protocol>vnc</protocol>
+        <param name="hostname">localhost</param>
+        <param name="port">5901</param>
+        <param name="password">VNCPASS</param>
+    </authorize>
 
 </user-mapping>