mimir: update guacamole config
This commit is contained in:
parent
7fe1e14d38
commit
aefe14b32c
1 changed files with 8 additions and 2 deletions
|
@ -281,8 +281,14 @@
|
||||||
userMappingXml = pkgs.writeText "user-mapping.xml" ''<?xml version="1.0" encoding="utf-8"?>
|
userMappingXml = pkgs.writeText "user-mapping.xml" ''<?xml version="1.0" encoding="utf-8"?>
|
||||||
<user-mapping>
|
<user-mapping>
|
||||||
<authorize username="erwin" password="05b1b2006b6b346668090fb952173325" encoding="md5">
|
<authorize username="erwin" password="05b1b2006b6b346668090fb952173325" encoding="md5">
|
||||||
<protocol>rdp</protocol>
|
<connection name="localhost-vnc">
|
||||||
<param name="hostname">localhost</param>
|
<protocol>vnc</protocol>
|
||||||
|
<param name="hostname">localhost</param>
|
||||||
|
</connection>
|
||||||
|
<connection name="localhost-rdp">
|
||||||
|
<protocol>rdp</protocol>
|
||||||
|
<param name="hostname">localhost</param>
|
||||||
|
</connection>
|
||||||
</authorize>
|
</authorize>
|
||||||
</user-mapping>
|
</user-mapping>
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue