On Mon, Jan 20, 2020, 14:10 Vieri <[email protected]> wrote:
> > On Monday, January 20, 2020, 10:57:44 PM GMT+1, Mike Jumper < > [email protected]> wrote: > >> > >> Or simply: client-name=RDP_${GUAC_USERNAME}_${UNIX_EPOCH} > > > > You can set it to whatever you like, but I assume you mean automatically? > > > > Can you describe why you are looking to do this? > > Yes, through provisioning. The variable ${GUAC_USERNAME} already exists, > so I guess that should do. However, I don't believe there's any variable > with a TIME, RANDOM or SESSIONID value. > Not sure what SESSIONID would be in this case, but both GUAC_DATE and GUAC_TIME tokens exist. Using both will give you a timestamp with second resolution. https://guacamole.apache.org/doc/gug/configuring-guacamole.html#parameter-tokens GUAC_CLIENT_ADDRESS might also be a reasonable choice. - Mike
