Guest User

user-mapping.xml

a guest
Mar 18th, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1.     <authorize username="usuario_vnc" password="clave_vnc">
  2.         <protocol>vnc</protocol>
  3.         <param name="hostname">192.168.1.2</param>
  4.         <param name="port">5900</param>
  5.     </authorize>
  6.  
  7.     <authorize username="usuario_rdp" password="clave_rdp">
  8.         <protocol>rdp</protocol>
  9.         <param name="hostname">192.168.1.254</param>
  10.         <param name="port">3389</param>
  11.     </authorize>
  12. </user-mapping>
Advertisement
Add Comment
Please, Sign In to add comment