Rename remote-server to connection.

This commit is contained in:
Michael Jumper
2012-04-18 12:08:05 -07:00
parent 5508a5b393
commit 436d657db1
2 changed files with 21 additions and 21 deletions

View File

@@ -4,12 +4,12 @@
<authorize username="USERNAME" password="PASSWORD">
<!-- Single authorized connection -->
<remote-server servername="localhost">
<connection name="localhost">
<protocol>vnc</protocol>
<param name="hostname">localhost</param>
<param name="port">5900</param>
<param name="password">VNCPASS</param>
</remote-server>
</connection>
</authorize>
@@ -21,20 +21,20 @@
encoding="md5">
<!-- First authorized connection -->
<remote-server servername="localhost">
<connection name="localhost">
<protocol>vnc</protocol>
<param name="hostname">localhost</param>
<param name="port">5901</param>
<param name="password">VNCPASS</param>
</remote-server>
</connection>
<!-- Second authorized connection -->
<remote-server servername="otherhost">
<connection name="otherhost">
<protocol>vnc</protocol>
<param name="hostname">otherhost</param>
<param name="port">5900</param>
<param name="password">VNCPASS</param>
</remote-server>
</connection>
</authorize>