Hello, Will this work, taking the user-mapping.xml and adding arguments to pass connections parameters to it on the fly.
arg=$1 #Lab Name
arg=$2 #IP Address
arg=$3 #Password
<user-mapping>
<authorize>
<connection name="$1">
<protocol>rdp</protocol>
$2
administrator
$3
3389
true
rdp
</connection>
</authorize>
</user-mapping>
--
Sent from:
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
