user-mapping.xml errors

2018-01-04 Thread timrvt
I have 0.9.13 installed basic-auth
I can login to the console but the only thing I see are a recent connections
(nothing) and all connections(nothing)

when I edit user-mapping.aml and add a connection entry ..I then cant login
to the console as that user (internal error ..reconnecting in 15 secs
message)

what am I doing wrong? any syntax seems to fail ssh ,rdp  etc...

user-mapping.xml
oot@cwbi-guac-rdp:>more user-mapping.xml






rdp
172.31.58.241







--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/


Re: user-mapping.xml errors

2018-01-04 Thread Erik Berndt
Tim,
What OS is the rdp server? If you're able to to access the console, I would
suspect the issue lies there. Try checking /var/log/syslog or
/var/log/tomcatX. That might give you some clues as to why the user
mapping/authentication is failing.

Erik Berndt / Systems Administrator
5551 Wellington Rd, Gainesville, VA 20155
703.631.0004 x520 (Phone) / 703.257.1725 (Fax)
http://www.superiorpaving.net

Need to open an IT support ticket?
http://FixIT.superiorpaving.net/portal or fi...@superiorpaving.net

On Thu, Jan 4, 2018 at 2:49 PM, timrvt 
wrote:

> I have 0.9.13 installed basic-auth
> I can login to the console but the only thing I see are a recent
> connections
> (nothing) and all connections(nothing)
>
> when I edit user-mapping.aml and add a connection entry ..I then cant login
> to the console as that user (internal error ..reconnecting in 15 secs
> message)
>
> what am I doing wrong? any syntax seems to fail ssh ,rdp  etc...
>
> user-mapping.xml
> oot@cwbi-guac-rdp:>more user-mapping.xml
> 
>  username="admin"
> password="cc45c6d8f3761ca58135b28654d7a97f"
> encoding="md5">
> 
>
>  username="cwbiadmin"
> password="cc45c6d8f3761ca58135b28654d7a97f"
> encoding="md5">
> 
> rdp
> 172.31.58.241
> 
> 
> 
>
>
>
>
> --
> Sent from: http://apache-guacamole-general-user-mailing-list.
> 2363388.n4.nabble.com/
>


Re: user-mapping.xml errors

2018-01-04 Thread Nick Couchman
On Thu, Jan 4, 2018 at 2:49 PM, timrvt 
wrote:

> I have 0.9.13 installed basic-auth
> I can login to the console but the only thing I see are a recent
> connections
> (nothing) and all connections(nothing)
>
> when I edit user-mapping.aml and add a connection entry ..I then cant login
> to the console as that user (internal error ..reconnecting in 15 secs
> message)
>

Is guacd running on the host where you have the Guacamole Client running?
Or, if on another host, have you configured Guacamole Client to point to
the correct host?

Can you see the connection coming in to gaucd?  Is there anything logged on
that side - in syslog (/var/log/messages, journalctl, etc.)?

-Nick