Mike, I really appreciate your help and quick response.
1. My guess would be that guacd is already running. Since the wildcard address > would result in guacd listening on all interfaces, that's guaranteed to > conflict with any instance of guacd listening on any interface. That is what I understood from the above . *When we start guacd using /etc/init.d/guacd restart . It automatically starts listening on 127.0.0.1 and 4822. * *Now, if we will try wildcard address, it will conflict it's own instance that is already running on 127.0.0.1 * Correct me if I am wrong . Do we have any option to start *guacd *with the* wildcard address* ( using * /etc/init.d/guacd restart * ) so that it won't conflict with any instance of guacd listening on any interface ? 2. > 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. OBJECTIVE : To get the RDP session with a single URL which has all the parameters ( hostname, port, protocol, height, width, and others ) I am using my own extension ( *URLAuthenticationProvider.java* ) to directly get the RDP without authentication. I want to use the URL ( *GET or POST method* ) to get the *protocol, hostname and port* and set into configs instead of reading from the file. I want to send these parameters along with this URL : * http://localhost:8080/tokens <http://localhost:8080/tokens> .* I am studying AngularJS as of now. I would appreciate any help from Guacamole team. Thanks and Regards, Amarjeet Singh On Fri, Aug 4, 2017 at 2:34 AM, Mike Jumper <[email protected]> wrote: > 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 > >
