Elliott Richerson

Results 16 comments of Elliott Richerson

I believe I may have spotted a potential bug on [this line](https://github.com/goauthentik/authentik/blob/48ea4a9fa35d6b2f49975c0aec7a9fc82cd2e2fb/authentik/sources/ldap/models.py#L145) of the `sources/ldap/models.py` file. **Potential Fix** You could modify the line in `update_properties_with_uniqueness_field` to use `self.object_uniqueness_field` as the...

I'm seeing an authentik [release](https://github.com/goauthentik/authentik/releases/tag/version%2F2024.8.2) `2024.8.2` from 7 hours ago which makes reference in the change log to: - sources/ldap: fix missing search attribute (cherry-pick [#11125](https://github.com/goauthentik/authentik/pull/11125)) by @gcp-cherry-pick-bot in [#11340](https://github.com/goauthentik/authentik/pull/11340)...

@saz Thanks for the message. We had a talk with Authentik and turns out there was a slight bug where group mappings were expected to exist for the LDAP sync...

Can confirm this is problematic for us as well. I can make a well constructed resize observer to measure width/height of the responsive wrapping div and let uplot call setSize...

Just a quick follow up: Instead of negative padding, I can also add the arbitrary 200 to the height in the setSize call for a similar "hack" fix: setSize({ width,...

One more follow up... The above is still a hack because now the canvas size is blowing out of the parent div, and covering other buttons on my page, making...