BastelBaus

Results 9 comments of BastelBaus

for me not showing up at all in firefox, just shows plugin but no pannel within dashboard. Creating a panel from my iphone (Safara) and looking in Firefox shows "Panel...

> > Got it! To fix temporary this issue you need to declare onDisconnect() in setup, for example: > > ``` > > mqtt.onDisconnect([]() { > > Serial.printf("MQTT: Disconnected\r\n"); >...

same here for radicale. Any chance to fix in Authentik ?

Finally, I found a quick&dirty fix for me which worked. Go inside the container, edit ldap3 config file: vi /venv/lib/python3.12/site-packages/ldap3/utils/config.py Line 33ff add to _ATTRIBUTES_EXCLUDED_FROM_CHECK both attributes 'modifyTimestamp', 'createTimestamp'. Solution...

I am further debugging, is is possible to extend the 'attributeTypes' retuend by Authentik LDAP provider ?

after more debugging,I think both attributes have to be added here: https://github.com/goauthentik/authentik/blob/3eccef88aa81c7c0a89ee4d8c9e59de465303bac/internal/outpost/ldap/search/direct/schema.go#L45

Same error for me for another application (radicale) with authentik. What was the solution, who did you set the attributes in authentik LDAP provider?

Finally, I found a quick&dirty fix for me which worked. Go inside the container, edit ldap3 config file: vi /venv/lib/python3.12/site-packages/ldap3/utils/config.py Line 33ff add to _ATTRIBUTES_EXCLUDED_FROM_CHECK both attributes 'modifyTimestamp', 'createTimestamp'. Solution...