Re: LDAP / Guacamole

2023-11-16 Thread Nick Couchman
On Thu, Nov 16, 2023 at 7:11 PM Jay Lepore wrote: > Hello, > > My experience with LDAP and Guac is that MySQL was a requirement. > Guacamole is capable of operating with only the LDAP module and without any relational database. You can also use databases other than MySQL/MariaDB (PostgreSQL and S

guacd.conf fails to parse with "expected end-of-line" (Was: Re: )

2023-11-16 Thread Michael Jumper
Given that the error mentions invalid formatting, specifically with respect to newlines, copy/pasting the contents into email is likely to hide the problem. Can you upload an exact copy of your failing guacd.conf somewhere such that we can download the file without any possibility of it getting

Re: Health check uri

2023-11-16 Thread miao
I use the official one. guacamole/guacamole - Docker Image | Docker Hub But seems does’t work. > 2023年11月16日 20:41,Antoine Besnier 写道: > > Depends on what image you are using. > You can try >> >> HEALTHCHECK --timeout=3s CMD wget --no-verbose -

Re:

2023-11-16 Thread Nick Couchman
On Thu, Nov 16, 2023 at 10:21 AM Remush wrote: > Thats awesome! I would try that! > But is it somewhere in the guide? I looked everywhere. > > No, and it may not be the source of your error, but it's something I've seen many times before working between Windows and UNIX worlds. Just a suggestion

Re:

2023-11-16 Thread Remush
Okay, so looking at all the available guides on setting guacamole in docker I see everyone using mysql or postgresql for authentication. But if I were to use LDAP instead? Or is the DB is required for something else? On Thu, 16 Nov 2023, 17:20 Rob Ross, wrote: > I do not understand this questio

Re:

2023-11-16 Thread Nick Couchman
On Thu, Nov 16, 2023 at 10:17 AM Remush wrote: > Hey there! > Is the db is really needed? > Can I set a Guacamole with guacd and ldap instead? > It depends on how you're going to store connections and manage users. No, the DB is not strictly required, but it is very common to use it, at least fo

Re:

2023-11-16 Thread Remush
Thats awesome! I would try that! But is it somewhere in the guide? I looked everywhere. On Thu, 16 Nov 2023, 17:18 Nick Couchman, wrote: > On Thu, Nov 16, 2023 at 9:34 AM Remush wrote: > >> What do you mean? >> I just took an example from the manual and changed the default values >> with values

Re:

2023-11-16 Thread Rob Ross
I do not understand this question at all? Rob On Thu, Nov 16, 2023 at 7:17 AM Remush wrote: > Hey there! > Is the db is really needed? > Can I set a Guacamole with guacd and ldap instead? >

Re:

2023-11-16 Thread Nick Couchman
On Thu, Nov 16, 2023 at 9:34 AM Remush wrote: > What do you mean? > I just took an example from the manual and changed the default values with > values I want. Like that: > If you copied and pasted off the web site, or if you used an editor like Notepad or Wordpad on Windows to create this file

[no subject]

2023-11-16 Thread Remush
Hey there! Is the db is really needed? Can I set a Guacamole with guacd and ldap instead?

Re: Health check uri

2023-11-16 Thread Antoine Besnier
Depends on what image you are using.You can try   HEALTHCHECK  --timeout=3s CMD wget --no-verbose --tries=1 --spider http://localhost:8080/guacamole || exit 1  if you are using the official Guacamole images. Le jeudi 16 novembre 2023 à 07:51:53 UTC+1, miao a écrit : Seems the uri wil

Re:

2023-11-16 Thread Remush
What do you mean? I just took an example from the manual and changed the default values with values I want. Like that: [daemon] pid_file = /var/run/guacd.pid [server] bind_host = 142.2.3.6 bind_port = 4822 [ssl] server_certificate = /etc/ssl/certs/guacd.crt server_key = /etc/ssl/private/guacd

Re:

2023-11-16 Thread Nick Couchman
On Thu, Nov 16, 2023 at 7:31 AM Remush wrote: > Hey there! > I might have misunderstood how the mailing service works, But I'm unable > to start a guacd container with a self-made guacd.conf file. When I set a > guacd.conf with my own values like different ssl path or bind hostname it > just thr

[no subject]

2023-11-16 Thread Remush
Hey there! I might have misunderstood how the mailing service works, But I'm unable to start a guacd container with a self-made guacd.conf file. When I set a guacd.conf with my own values like different ssl path or bind hostname it just throws an error message for the last character of the file sa