On Sun, May 1, 2022 at 7:39 AM Yves Auffret <[email protected]> wrote:
> Hi there, > > I would like to use Guacamole with LDAP or CAS authentication with +1000 > users, and I need to give a unique virtual machine (VM) per user. > > After the Guacamole LDAP or CAS authentication, the idea is to create on > the fly a virtual machine (VM) for the user if the VM does not already > exist for this user or wake up the VM if it already exists. > > In other words, I would like to know if it is possible to run a custom > script after the LDAP or CAS authentication while recovering at least the > user id in the script? > > There's currently no built-in way to do this; however, the authentication extension system in Guacamole is designed to be fairly extensible, and could easily be implemented in an extension that would either run a script upon login, or the logic to identify and start VMs could be written in the extension directly in Java. -Nick >
