Re: user-mapping.xml errors

2018-01-05 Thread timrvt
seems like any entry I put in user2 authorize section causes me to to be able
to login to guacamle 
ssh or rdp ..rdp is a windows box

guacd is running on the same host



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


Re: user-mapping.xml errors

2018-01-05 Thread timrvt

 



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


Re: user-mapping.xml errors

2018-01-05 Thread Erik Berndt
>rdp is a windows box
which version? I believe server 2012 and above require NLA to properly
authenticate RDP connections. Is NLA enabled in the guacamole connection
settings?


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 Fri, Jan 5, 2018 at 11:01 AM, timrvt 
wrote:

> seems like any entry I put in user2 authorize section causes me to to be
> able
> to login to guacamle
> ssh or rdp ..rdp is a windows box
>
> guacd is running on the same host
>
>
>
> --
> Sent from: http://apache-guacamole-general-user-mailing-list.
> 2363388.n4.nabble.com/
>


Re: user-mapping.xml errors

2018-01-05 Thread Nick Couchman
On Fri, Jan 5, 2018 at 11:04 AM, timrvt 
wrote:

>  2363388.n4.nabble.com/file/t482/Capture.jpg>
>
>
>
Are there any associated guacd messages (/var/log/messages, journalctl,
etc.)?


Re: user-mapping.xml errors

2018-01-05 Thread timrvt
it is w2012 ..I can rdp into it from an ssh tunnel inside corporate network
(the corporate network doesnot allow rdp out) ..no settings in the confs for
that ..I'll checkit out



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


Re: user-mapping.xml errors

2018-01-05 Thread timrvt
but even putting in an entry for ssh in the .xml file (no rdp) to a linux box
causes the same user /console login error..cant login to guac...
so something seems wrong with the manner I'm putting in the syntax?



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


Re: user-mapping.xml errors

2018-01-05 Thread Mike Jumper
On Fri, Jan 5, 2018 at 10:34 AM, timrvt 
wrote:

> but even putting in an entry for ssh in the .xml file (no rdp) to a linux
> box
> causes the same user /console login error..cant login to guac...
> so something seems wrong with the manner I'm putting in the syntax?
>
>
As Nick suggested, you should really check the logs from guacd before
continuing. All parts of the Guacamole stack log informational messages
documenting things as they occur, as well as errors, warnings, etc. if
things are not working as expected. The error displayed to the user within
the browser is intentionally vague, and the actual low-level details of the
failure will only be visible in the logs.

Since the failure you're seeing is occurring while attempting to connect to
the remote desktop, the first thing to check would be the guacd logs. If
guacd is running, you should be seeing log messages from guacd for the
connection attempt, as well as any errors that occur preventing the
connection.

If guacd is definitely running, but you're not seeing log messages
regarding the connection attempt, the next thing to check would be the
Tomcat logs. If Guacamole cannot connect to guacd, that error would be
logged to the Tomcat logs. If something is wrong with your
user-mapping.xml, Guacamole would log the error there, too.

Once the nature of the failure is determined (from looking at the logs), it
should be much clearer how that failure can be resolved.

- Mike


Getting error while connecting to Windows 10 [ NLA disabled ]

2018-01-05 Thread Amarjeet Singh
Hi Team,

I am getting the following error while connecting to the Windows 10.


Parameters Used :-

[ security : any , ignore-cert: true  ]

Jan  6 07:07:08 hysecuresslvpn guacd: guacd[3946]: ERROR:   Error
connecting to RDP server
Jan  6 07:07:08 hysecuresslvpn guacd[3946]: User
"@7a2e8990-a344-4be2-9094-56e5d4b5f232" disconnected (0 users remain)
Jan  6 07:07:08 hysecuresslvpn guacd: guacd[3946]: INFO:User
"@7a2e8990-a344-4be2-9094-56e5d4b5f232" disconnected (0 users remain)
Jan  6 07:07:08 hysecuresslvpn guacd: guacd[3946]: INFO:Last user
of connection "$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" disconnected
Jan  6 07:07:08 hysecuresslvpn guacd: connected to 172.16.11.122:3389
Jan  6 07:07:08 hysecuresslvpn guacd: SSL_read: Failure in SSL library
(protocol error?)
Jan  6 07:07:08 hysecuresslvpn guacd: Authentication failure, check
credentials.
Jan  6 07:07:08 hysecuresslvpn guacd: If credentials are valid, the NTLMSSP
implementation may be to blame.
Jan  6 07:07:08 hysecuresslvpn guacd[3946]: Last user of connection
"$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" disconnected
Jan  6 07:07:08 hysecuresslvpn guacd: guacd[876]: INFO: Connection
"$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" removed.
Jan  6 07:07:08 hysecuresslvpn guacd[876]: Connection
"$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" removed




Please help me out to resolve the above issue.


Thanks and Regards,
Amarjeet Singh


Re: Getting error while connecting to Windows 10 [ NLA disabled ]

2018-01-05 Thread Amarjeet Singh
is it related to the following :-


On Sat, Jan 6, 2018 at 12:29 PM, Amarjeet Singh 
wrote:

> Hi Team,
>
> I am getting the following error while connecting to the Windows 10.
>
>
> Parameters Used :-
>
> [ security : any , ignore-cert: true  ]
>
> Jan  6 07:07:08 hysecuresslvpn guacd: guacd[3946]: ERROR:   Error
> connecting to RDP server
> Jan  6 07:07:08 hysecuresslvpn guacd[3946]: User 
> "@7a2e8990-a344-4be2-9094-56e5d4b5f232"
> disconnected (0 users remain)
> Jan  6 07:07:08 hysecuresslvpn guacd: guacd[3946]: INFO:User
> "@7a2e8990-a344-4be2-9094-56e5d4b5f232" disconnected (0 users remain)
> Jan  6 07:07:08 hysecuresslvpn guacd: guacd[3946]: INFO:Last user
> of connection "$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" disconnected
> Jan  6 07:07:08 hysecuresslvpn guacd: connected to 172.16.11.122:3389
> Jan  6 07:07:08 hysecuresslvpn guacd: SSL_read: Failure in SSL library
> (protocol error?)
> Jan  6 07:07:08 hysecuresslvpn guacd: Authentication failure, check
> credentials.
> Jan  6 07:07:08 hysecuresslvpn guacd: If credentials are valid, the
> NTLMSSP implementation may be to blame.
> Jan  6 07:07:08 hysecuresslvpn guacd[3946]: Last user of connection
> "$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" disconnected
> Jan  6 07:07:08 hysecuresslvpn guacd: guacd[876]: INFO: Connection
> "$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" removed.
> Jan  6 07:07:08 hysecuresslvpn guacd[876]: Connection
> "$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" removed
>
>
>
>
> Please help me out to resolve the above issue.
>
>
> Thanks and Regards,
> Amarjeet Singh
>


Re: Getting error while connecting to Windows 10 [ NLA disabled ]

2018-01-05 Thread Amarjeet Singh
*https://github.com/FreeRDP/FreeRDP/issues/733
*

On Sat, Jan 6, 2018 at 12:36 PM, Amarjeet Singh 
wrote:

> is it related to the following :-
>
>
> On Sat, Jan 6, 2018 at 12:29 PM, Amarjeet Singh 
> wrote:
>
>> Hi Team,
>>
>> I am getting the following error while connecting to the Windows 10.
>>
>>
>> Parameters Used :-
>>
>> [ security : any , ignore-cert: true  ]
>>
>> Jan  6 07:07:08 hysecuresslvpn guacd: guacd[3946]: ERROR:   Error
>> connecting to RDP server
>> Jan  6 07:07:08 hysecuresslvpn guacd[3946]: User
>> "@7a2e8990-a344-4be2-9094-56e5d4b5f232" disconnected (0 users remain)
>> Jan  6 07:07:08 hysecuresslvpn guacd: guacd[3946]: INFO:User
>> "@7a2e8990-a344-4be2-9094-56e5d4b5f232" disconnected (0 users remain)
>> Jan  6 07:07:08 hysecuresslvpn guacd: guacd[3946]: INFO:Last user
>> of connection "$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" disconnected
>> Jan  6 07:07:08 hysecuresslvpn guacd: connected to 172.16.11.122:3389
>> Jan  6 07:07:08 hysecuresslvpn guacd: SSL_read: Failure in SSL library
>> (protocol error?)
>> Jan  6 07:07:08 hysecuresslvpn guacd: Authentication failure, check
>> credentials.
>> Jan  6 07:07:08 hysecuresslvpn guacd: If credentials are valid, the
>> NTLMSSP implementation may be to blame.
>> Jan  6 07:07:08 hysecuresslvpn guacd[3946]: Last user of connection
>> "$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" disconnected
>> Jan  6 07:07:08 hysecuresslvpn guacd: guacd[876]: INFO: Connection
>> "$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" removed.
>> Jan  6 07:07:08 hysecuresslvpn guacd[876]: Connection
>> "$cc37cb7c-f13b-406a-8cb4-0b6fec822e76" removed
>>
>>
>>
>>
>> Please help me out to resolve the above issue.
>>
>>
>> Thanks and Regards,
>> Amarjeet Singh
>>
>
>