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 <dc=oracle,dc=com> with scope subtree
# filter: objectClass=guacConfigGroup
# requesting: ALL
#
# example_1, Groups, oracle.com
dn: cn=example_1,ou=Groups,dc=oracle,dc=com
guacConfigParameter: hostname=100.100.180.93
guacConfigParameter: port=3389
guacConfigParameter: username=${GUAC_USERNAME}
guacConfigParameter: security=any
guacConfigParameter: ignore-cert=true
guacConfigParameter: initial-program=/var/home/jumpgate/jumpgate/start-all.sh
cn: example_1
objectClass: posixGroup
objectClass: groupOfNames
objectClass: top
objectClass: guacConfigGroup
guacConfigProtocol: rdp
member: cn=GGGGOPA,ou=People,dc=oracle,dc=com
member: cn=SBOLLOJU,ou=People,dc=oracle,dc=com
# example_2, Groups, oracle.com
dn: cn=example_2,ou=Groups,dc=oracle,dc=com
guacConfigParameter: hostname=100.100.180.93
guacConfigParameter: port=3389
guacConfigParameter: username=${GUAC_USERNAME}
guacConfigParameter: security=any
guacConfigParameter: ignore-cert=true
guacConfigParameter: initial-program=/var/home/jumpgate/jumpgate/start-all.sh
cn: example_2
objectClass: posixGroup
objectClass: groupOfNames
objectClass: top
objectClass: guacConfigGroup
guacConfigProtocol: rdp
member: cn=BOLLOJU,ou=People,dc=oracle,dc=com
member: cn=DDDDDEKA,ou=People,dc=oracle,dc=com
# search result
search: 2
result: 0 Success
# numResponses: 3
# numEntries: 2
From: Srinivas Bolloju <[email protected]>
Date: Monday, 26 May 2025 at 1:23 PM
To: [email protected] <[email protected]>
Subject: [External] : Guacamole LDAP Connections
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
https://guacamole.apache.org/doc/gug/ldap-auth.html#<https://urldefense.com/v3/__https:/guacamole.apache.org/doc/gug/ldap-auth.html__;!!ACWV5N9M2RV99hQ!KTkqEy8XJJ2UeML-BSwk2a4EvWZxu3CFCZbIZCklzbgWd-FVwfGnCC3BFtw6gJAj9h1SyaQcgyJDPn9M8rNfmAoGxOUXWaBS9O_FE5c$>
Authentication is working fine but I don’t see any Connections available after
login.
Any support to unblock my current situation is very helpful.
Let me know if any logs are needed
Regards
Srinivas