Firstyear
Firstyear
I'll save you the trouble of reading the (whole) RFC: https://www.rfc-editor.org/rfc/rfc4512#section-4.4 """ To discover the DN of the subschema (sub)entry holding the subschema controlling a particular entry, a client reads...
but for once it's not twice as complicated as it should be.
So consider some code like this: https://github.com/kanidm/kanidm/blob/master/kanidmd/score/src/ldaps.rs#L142 If we attached a span to this tcp acceptor, because the infinite loop exists it will never close the span and so it...
As far as I recall, even in older version authenticatorAttachment has always been a "hint" as well. It just so happens it predictably works today, but it's still a hint....
@adrianschroeter I'd like to echo @Pi-Cla's comments here - when I first onboarded to SUSE and was trying to learn OBS I found it very difficult. I think that clearer,...
I ended up just modifying my oidc server to accept client_secret_post :S
> **Is your feature request related to a problem? Please describe.** > > Not exactly a problem, but would swappable cryptography backends be in scope for this project? Or is...
> My main idea was to probably use `ring`. The reason for this is because it compiles _easier_ than OpenSSL while [being audited as part of the rustls audits](https://github.com/rustls/rustls/blob/main/audit/TLS-01-report.pdf). Ironically...
We might end up ditching openssl for the rust-crypto ecosystem because we've had too many issues getting things into rust-openssl.
rustls doesn't provide what we need. We are already developing a rust-crypto replacement.