Andreas Vögele implemented a PAM authentication module for Guacamole. https://github.com/voegelas/guacamole-auth-pam You could try that with NIS/NIS+/YP.
Stefan On Aug 10, 2019, at 04:12, Nick Couchman <[email protected]<mailto:[email protected]>> wrote: On Fri, Aug 9, 2019 at 10:06 PM sciUser <[email protected]<mailto:[email protected]>> wrote: Hello Anyone know if Guacamole will be able to handle NIS as a master server for user authentication? Not currently, no. I had thought about trying to implement a PAM authentication module for Guacamole - there's a Java PAM library out there that should be pretty easy to use - but hadn't done that, yet. PAM would allow you to basically do anything that Linux could authenticate against, including NIS/NIS+/YP. Other than that, my Google searches aren't turning up much in the way of Java libraries for NIS/NIS+/YP. -Nick
