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
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
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
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
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
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
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
# 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
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
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.
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:
>
>
>
11 matches
Mail list logo