On Mon, May 26, 2025 at 04:20 Srinivas Bolloju <srinivas.boll...@oracle.com.invalid> 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 <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 > > > > Can you share a (sanitized) copy of your guacamole.properties file, or your Docker config, depending on how you're using it? -Nick >