Andreas Schneider

Results 36 comments of Andreas Schneider

Ah, looks like the secret-changed attribute is indeed not requested: https://github.com/stalwartlabs/mail-server/blob/main/crates/directory/src/backend/ldap/config.rs#L94-L105

Same issue on Arch. It's basically unusable slow.

That's an interesting problem. I'll try to reproduce that setup in the next days and see how far I can get. No promises yet 🙂

I looked into it a bit and also searched through documentation and the caddy forum, but from what I can tell, there is no way to access the body of...

I think that would also be cleaner in general. You end up with a "proper" stream: client -> caddy -> cgi -> upstream.

Or `application/scim+json` (https://datatracker.ietf.org/doc/html/rfc7644). Basically, `+json` should be accepted for custom mime types. Alternatively: a config setting to specify custom mime types and how to treat them.