Re: [ANNOUNCE] Apache Guacamole 1.5.4

2023-12-11 Thread Michael Jumper
Are you sure you did a full clean rebuild after setting that environment variable? I'm able to reproduce the error on a fresh install of Ubuntu 20.04.6, but only if LDFLAGS is not set as described below. When LDFLAGS is set to "-lrt" prior to running configure and prior to building anything,

Re: [ANNOUNCE] Apache Guacamole 1.5.4

2023-12-11 Thread sam g
I tried, the export LDFLAGS="-lrt" doesn't help, same error. Sam Le lundi 11 décembre 2023 à 19:06:56 UTC+1, Michael Jumper a écrit : On 12/9/2023 1:35 AM, sam g wrote: > Hi, > > Small issue in compiling guac 1.5.4: > /usr/bin/ld: >

Re: [ANNOUNCE] Apache Guacamole 1.5.4

2023-12-11 Thread Michael Jumper
On 12/9/2023 1:35 AM, sam g wrote: Hi, Small issue in compiling guac 1.5.4: /usr/bin/ld: /home/sam/guacamole-server-1.5.4/src/libguac/.libs/libguac.so: undefined reference to `timer_delete' /usr/bin/ld: /home/sam/guacamole-server-1.5.4/src/libguac/.libs/libguac.so: undefined reference to

Re: [ANNOUNCE] Apache Guacamole 1.5.4

2023-12-11 Thread Antoine Besnier
Hi,  I have the same issue with Bullseye. I build Docker images for various platforms, with Alpine Edge or Ubuntu 22.04 bases, those build succeed.But if fails with the same error with a Bullseye base, and on my own machine which runs Bullseye too. I use the source file from 

Re: LDAP problem

2023-12-11 Thread Nick Couchman
On Mon, Dec 11, 2023 at 7:50 AM Pål Hjelmeseth Myklebust < p.h.mykleb...@usit.uio.no> wrote: > The problem was that one AD had the uid attribute, and the other didn't. > Problem solved, sorry about the noise. > > No worries at all - thanks for posting back with your solution. -Nick

RE: LDAP problem

2023-12-11 Thread Pål Hjelmeseth Myklebust
The problem was that one AD had the uid attribute, and the other didn't. Problem solved, sorry about the noise. - Pål -Original Message- From: Pål Hjelmeseth Myklebust Sent: Monday, December 11, 2023 1:29 PM To: user@guacamole.apache.org Subject: RE: LDAP problem Looks like the

RE: LDAP problem

2023-12-11 Thread Pål Hjelmeseth Myklebust
Looks like the problem is that "List userDNs = userService.getUserDNs(config, searchConnection, username);" return nothing, but I don’t understand why since ldapsearch with the same search-bind-dn returns the correct DN. - Pål -Original Message- From: Pål Hjelmeseth Myklebust Sent:

RE: LDAP problem

2023-12-11 Thread Pål Hjelmeseth Myklebust
Thank you, but in this case the user only exists in the second AD. - Pål -Original Message- From: Molina de la Iglesia, Manuel Sent: Monday, December 11, 2023 12:33 PM To: user@guacamole.apache.org Subject: Re: LDAP problem Hello, Note that you have to provide user@domain format

Re: LDAP problem

2023-12-11 Thread Molina de la Iglesia, Manuel
Hello, Note that you have to provide user@domain format instead of sAMAccountName to avoid collisions with identical usernames on both domains. *Manel Molina* *manuel.molina-de-la-igle...@veolia.com * *Dirección de Ciberseguridad* Ciutat de L’Aigua (D38) Paseo de la Zona Franca, 48 08038

LDAP problem

2023-12-11 Thread Pål Hjelmeseth Myklebust
Hello, We have configured Guacamole against two AD's. Authentication against the first AD works great, but the second gives this error: INFO o.a.g.a.l.AuthenticationProviderService - Unable to determine DN of user "" using LDAP server "ad.kiosk.educloud.no". Proceeding with next server...