On Thu, May 23, 2024 at 6:32 AM David Lomas <[email protected]> wrote:
> Thanks Nick—I got this working using your second method by not sending a > 'guacConfigParameter' object at all, but just returning the group name as > the cn. I also had to add LDAP_GROUP_BASE_DN into the guacamole > configuration. I do still see a warning in the logs about a missing > required attribute: > > 09:55:37.571 [http-nio-8080-exec-3] WARN o.a.g.a.l.c.ConnectionService - > guacConfigGroup "test" is missing the required "guacConfigProtocol" > attribute. > > But that doesn't seem to stop the authentication working. > > Thanks for posting back, David - glad it is working for you. Yes, the guacConfigParameter LDAP attribute is not required at all for the configuration you're running. -Nick >
