Thanks, so in a test situation this worked out.

I created a group: sudo groupadd guacd
I then created my user as follows: sudo useradd -r guacd -m -s /bin/nologin
-g guacd -c guacd
(-r for system account, -m to create home dir, -s for nologin, -g to add to
group, -c is just name/description and optional).

I then edited the file: /etc/systemd/system/guacd.service
and changed the user line to: User=guacd

Rebooted (though restarting services would likely work too) and got past the
home dir error, however I faced a new error (/var/log/messages) and RDP not
connecting:

guacd[9918]: Certificate validation failed
guacd: guacd[9918]: INFO:#011Certificate validation failed
guacd: guacd[9918]: ERROR:#011Error connecting to RDP server
guacd[9918]: Error connecting to RDP server

The client is a Windows 7 Pro box. I found that if I checked the box for
this connection labeled "Ignore server certificate" then I could connect to
this connection.

Any idea why this would be needed? Previously, Guac 1.0.0, freerdp 1.x,
CentOS 7.7 and the same Windows 7 client did not require this box to be
checked to connect.

What does the error actually mean? What certificate failed verification? IS
this correctable or is the only option to ignore the cert?

Thanks



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to