Firstyear
Firstyear
UPDATE: Where are we at here? Recently @dmulder has been looking into how to inject an AS_REP into a ccache so that we can create these from domain joined machines....
Yes, this was also planned :)
> Was curious on two points - what's the state of play on this? https://github.com/kanidm/libkrimes/ We have a working KDC, and I will soon be visiting the collaborator on this...
You already can build this with `cargo build --features openssl/vendored` (but if I recall, vendored openssl is still 1.1 for some reason).
As mentioned, even if you did vendor openssl it would fail as we require openssl 3 today. We are considering changing crypto providers however.
Reading the log I have an idea about what *might* be causing this, but I want to try to reproduce it first :)
@fgma I'm reviewing this and I can't reproduce. From your log there is an odd behaviour, specifically: ``` b1903ceb-2421-45f3-aac5-36bc934189d7 INFO ┝━ migrate_18_to_19 [ 958µs | 0.46% ] b1903ceb-2421-45f3-aac5-36bc934189d7 WARN │...
We have merged a fix for this.
I'd need to double check the logs to be sure, but I know I've hit this case in other situations anyway.
Were you logging in/out really fast? Or was there a time gap between the login and logout?