Juan Calderon-Perez
Juan Calderon-Perez
Actually what you have makes sense, I'm just not sure if you have a pointer to app or not from the example you provided.
Also, try visiting the site in a private tab, maybe the browser is caching the html
@mrusme Thanks, will investigate
This is because the import of `Tls` is broken. It was working, then broke, then got fixed, now broken again. It's a fixable bug
@sempervictus Problem is related to a PR that was done a long time ago to make importing Tls optional, not an issue with TLS. Related PR: https://github.com/open-webui/open-webui/pull/10755 Related Issue: https://github.com/open-webui/open-webui/discussions/11138...
@hhclaes That's unrelated to this issue. The correct filter is `(objectClass=user)`. All ldap filters must start with `(` and end with `)`. If you want to `AND` conditions then: `(&(objectClass=user)...
@daneah Any plans to merge this? Progress has staled on `trogon`.
@daneah Ohhh, that explains it. Thanks for the info. Do you know who we can ping about that?
Ping @darrenburns anyone in textual that can help with maintenance of trogon?
@darsenault Can you provide a small reproducible example. Thanks