Guacamole LDAP Connections

2025-05-26 Thread Srinivas Bolloju
Hello, I’m working on a POC. We wanted to allow a java swing based application to be used via guacamole. As per my application setup, all users are in LDAP (Oracle Unified Direcotry). I wanted guacamole users to be authenticated and manage connections using LDAP. I followed the instructions h

Guacamole LDAP Connections

2025-05-26 Thread Srinivas Bolloju
Hello, I’m working on a POC. We wanted to allow a java swing based application to be used via guacamole. As per my application setup, all users are in LDAP (Oracle Unified Direcotry). I wanted guacamole users to be authenticated and manage connections using LDAP. I followed the instructions h

Guacamole LDAP Connections

2025-05-26 Thread Srinivas Bolloju
Hello, I’m working on a POC. We wanted to allow a java swing based application to be used via guacamole. As per my application setup, all users are in LDAP (Oracle Unified Direcotry). I wanted guacamole users to be authenticated and manage connections using LDAP. I followed the instructions h

Re: [External] : Guacamole LDAP Connections

2025-05-26 Thread Srinivas Bolloju
Below are the connections in LDAP /usr/bin/ldapsearch -l 5 -D cn=manager,dc=oracle,dc=com -x -b "dc=oracle,dc=com" -w '12345' -H ldaps://host:636 "objectClass=guacConfigGroup" # extended LDIF # # LDAPv3 # base with scope subtree # filter: objectClass=guacConfigGroup # requesting: ALL

Web interface connection

2025-05-26 Thread Philip Hoflack
Hi, I would like to use guacamole as a proxy for web UIs. We already use guacamole for VNC & RDP, but it would be great if we could add websites/web UIs/iframes/... as well. For example the cups web ui of a Linux server. The guacamole server would mostly act as a proxy, and it would help to ke

Re: Web interface connection

2025-05-26 Thread Nick Couchman
On Mon, May 26, 2025 at 7:55 PM Philip Hoflack wrote: > Hi, > > I would like to use guacamole as a proxy for web UIs. > > We already use guacamole for VNC & RDP, but it would be great if we could > add websites/web UIs/iframes/... as well. For example the cups web ui of a > Linux server. > > The

Re: [External] : Guacamole LDAP Connections

2025-05-26 Thread Nick Couchman
On Mon, May 26, 2025 at 04:20 Srinivas Bolloju wrote: > Below are the connections in LDAP > > > > /usr/bin/ldapsearch -l 5 -D cn=manager,dc=oracle,dc=com -x -b > "dc=oracle,dc=com" -w '12345' -H ldaps://host:636 > "objectClass=guacConfigGroup" > > > > # extended LDIF > > # > > # LDAPv3 > > # base

Re: [External] : Guacamole LDAP Connections

2025-05-26 Thread Srinivas Bolloju
# cat guacamole.properties guacd-hostname: 127.0.0.1 guacd-port: 4822 # MYSQL mysql-hostname: localhost mysql-port: 3306 mysql-database: guacamole_db mysql-username: guacamole_user mysql-password: #Auth provider class #auth-provider: net.sourceforge.guacamole.net.auth.ldap.LDAPAuthe

Re: [External] : Guacamole LDAP Connections

2025-05-26 Thread Srinivas Bolloju
I tried with Manager to give a check on it. Even below doesn’t work with connections. ldap-hostname: ldap-port: 636 ldap-encryption-method: ssl ldap-user-base-dn: dc=oracle,dc=com ldap-search-bind-dn: cn=Manager,dc=oracle,dc=com ldap-search-bind-password: #ldap-group-base-dn: ou=Groups,d

Re: [External] : Guacamole LDAP Connections

2025-05-26 Thread Srinivas Bolloju
I also see below Exception 08:32:20.274 [NioProcessor-3] WARN o.a.d.l.c.api.LdapNetworkConnection - null org.apache.mina.core.write.WriteToClosedSessionException: null at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.clearWriteRequestQueue(AbstractPollingIoProcessor.

Re: [External] : Guacamole LDAP Connections

2025-05-26 Thread Nick Couchman
On Mon, May 26, 2025 at 7:47 AM Srinivas Bolloju wrote: > # cat guacamole.properties > > guacd-hostname: 127.0.0.1 > > guacd-port: 4822 > > > > # MYSQL > > mysql-hostname: localhost > > mysql-port: 3306 > > mysql-database: guacamole_db > > mysql-username: guacamole_user > > mysql-password: > > >