Firstyear
Firstyear
For now I think if it costs money, it's not happening. But the other parts are viable, but we probably need an installer/setup of some kind too .... but I...
Gonna sanity check, the ca.pem is the ca that signed the server cert? You can check with `openssl verify -verbose -CAfile ca.crt server.crt`
Is this still an issue?
https://docs.microsoft.com/en-us/azure/storage/files/storage-files-active-directory-overview
The environment config yes. Storage level repl is not possible with kani, but I'll have to write something longer to explain that. So don't open that one up :)
https://github.com/kanidm/kanidm/blob/master/FAQ.md I hope this explains why we can't use raft :)
No, CAP theorem states you have to choose two of the three. Partition tolerance is a requirement for kani so that leaves a choice of consistent or available. Consistent doesnt...
Most 12 factor apps outsource their state to an external database or storage system that does the work to keep them in sync. In kani that's *not* possible, we are...
This is a good idea I think - today I pass in a lot of options via cli (structopt), for configuration of the server or other actions like initial account...
See also #371 - we need to improve substring filters internally to be able to work with ldap substr filters.