Connection Error if no username and password is provided. [ Disabling Single sign On ] : CRITICAL

2018-01-07 Thread Amarjeet Singh
Hi Team, If I don't pass username and password in the parameters it gives the error. I want the *user to pass username and password on window itself.* It is very important feature as well. Environment -- > Windows Server 2012 R2 NLA is disable on the Machine. *Not related to NLA* Please h

Re: Connection Error if no username and password is provided. [ Disabling Single sign On ] : CRITICAL

2018-01-07 Thread Adrian Owen
If NLA is enabled, you have to supply username and password in connection parameters. There is no way to reach the logon screen. This is Windows security feature. It is not a Guacamole issue. You can disable NLA with a GPO. Sent from my Huawei Mobile Original Message Subjec

Re: Connection Error if no username and password is provided. [ Disabling Single sign On ] : CRITICAL

2018-01-07 Thread Amarjeet Singh
NLA is not enabled. Not related to NLA . Errors are as follows :- > > Jan 7 08:09:48 localhost guacd[11753]: Created static channel "hyprint"... > Jan 7 08:09:48 localhost guacd[11753]: Authentication requested but > username or password not given > Jan 7 08:09:49 localhost guacd[11753]: Error

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

2018-01-07 Thread Nick Couchman
On Sun, Jan 7, 2018 at 12:07 AM, Amarjeet Singh wrote: > > > Connection error on Web Interface is as follows :- > > *The remote desktop server is currently unreachable. If the problem >> persists, please notify your system administrator, or check your system >> logs.Reconnecting in 4 second

Re: Same shared Drive redirected to all users : Privacy and Security breach

2018-01-07 Thread Nick Couchman
On Sat, Jan 6, 2018 at 3:21 PM, Mike Jumper wrote: > On Sat, Jan 6, 2018 at 12:10 PM, Amarjeet Singh > wrote: > >> Hi Mike, >> >> Use separate filesystems to hold the drive >> >> contents, not the root filesystem of your Guacamole server. >> >> >> >> If I have 500 users then I can't have separa

Re: Connection Error if no username and password is provided. [ Disabling Single sign On ] : CRITICAL

2018-01-07 Thread Nick Couchman
On Sun, Jan 7, 2018 at 8:11 AM, Amarjeet Singh wrote: > NLA is not enabled. Not related to NLA . > > Errors are as follows :- > >> >> Jan 7 08:09:48 localhost guacd[11753]: Created static channel >> "hyprint"... >> Jan 7 08:09:48 localhost guacd[11753]: Authentication requested but >> username

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

2018-01-07 Thread Amarjeet Singh
It means I will get the Windows [ operating system ] screen with invalid credentials or Guacamole prompt. On Sun, Jan 7, 2018 at 7:19 PM, Nick Couchman wrote: > > > On Sun, Jan 7, 2018 at 12:07 AM, Amarjeet Singh > wrote: > >> >> >> Connection error on Web Interface is as follows :- >> >> *T

Re: Same shared Drive redirected to all users : Privacy and Security breach

2018-01-07 Thread Amarjeet Singh
If I don't pass username and password then ${GUAC_USERNAME} fails to resolve [ *Scenario : I want users to enter username and password on Windows screen* ]. It create directory with it's own name i.e. ${GUAC_USERNAME} So, Creating filesystem solved this issue and It created directories of users

Re: Connection Error if no username and password is provided. [ Disabling Single sign On ] : CRITICAL

2018-01-07 Thread Amarjeet Singh
Thanks Nick, Once again you guided me exactly where to look into. I have to enable RDP on windows server , windows 10 , window 7 and window 8 to resolve it out. Issue is resolved !! Thanks alot. :) On Sun, Jan 7, 2018 at 7:28 PM, Nick Couchman wrote: > On Sun, Jan 7, 2018 at 8:11 AM, Amarjee

Re: Same shared Drive redirected to all users : Privacy and Security breach

2018-01-07 Thread Nick Couchman
On Sun, Jan 7, 2018 at 9:48 AM Amarjeet Singh wrote: > If I don't pass username and password then ${GUAC_USERNAME} fails to > resolve [ *Scenario : I want users to enter username and password on > Windows screen* ]. It create directory with it's own name i.e. > ${GUAC_USERNAME} > > > So, Creatin

Re: Same shared Drive redirected to all users : Privacy and Security breach

2018-01-07 Thread Amarjeet Singh
Nick, Requirement is not to save username and password anywhere. It should be logged in by the user itself. That is causing issue to create shared drive with username or ${GUAC_USERNAME} ${GUAC_USERNAME} works if Single sign on is there i.e. username and password is provided. it fails if username

Re: Same shared Drive redirected to all users : Privacy and Security breach

2018-01-07 Thread Nick Couchman
On Sun, Jan 7, 2018 at 10:09 AM, Amarjeet Singh wrote: > Nick, Requirement is not to save username and password anywhere. It should > be logged in by the user itself. > > Yes, I understand and agree. > That is causing issue to create shared drive with username or > ${GUAC_USERNAME} > I don't t

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

2018-01-07 Thread Nick Couchman
On Sun, Jan 7, 2018 at 9:38 AM, Amarjeet Singh wrote: > It means I will get the Windows [ operating system ] screen with invalid > credentials or Guacamole prompt. > > Yes, the version of Guacamole with the fix applied should give the correct error message if authentication fails, and not given

Re: Disable Automatic Reconnect

2018-01-07 Thread Nick Couchman
On Sat, Jan 6, 2018 at 8:51 PM, Valeriu wrote: > The workaround that I found to work was to add two lines of code in the > client source code, then compile and update the guacamole war file in the > tomcat directory. > > Follow the steps for building the guacamole client from source code as > sta