On Aug 3, 2017 03:54, "Amarjeet Singh" <[email protected]> wrote:
... Configuration in *guacamole.properties* *# Hostname and port of guacamole proxy* *guacd-hostname:172.15.9.56* *guacd-port:4822* *# Auth provider class (authenticates user/pass combination, needed if using the provided login screen)* * auth-provider: net.sourceforge.guacamole.net <http://net.sourceforge.guacamole.net>.basic.BasicFileAuthenticationProvider* * basic-user-mapping: user-mapping.xml* Beware that the "auth-provider" property was deprecated in 0.9.7 and removed entirely as of 0.9.10-incubating. It has no effect. *# NoAuth properties* *# noauth-config: noauth-config.xml* I want to use NoAuthenticatorProvider.jar to directly get the RDP. Beware that the NoAuth extension is deprecated as of the most recent release (0.9.13-incubating). It still exists to ease migration, but should not be used for new deployments. - Mike
