From 671e642099ec9eaf364a771f348758c07eb2fe77 Mon Sep 17 00:00:00 2001 From: Firstyear Date: Fri, 24 Apr 2020 16:59:08 +1000 Subject: [PATCH] Update readme with more completed objectives --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 821a28062..5c1e89d7e 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ If you want to deploy kanidm, or to see what it can do, you should read the [kan ## Implemented/Planned features * SSH key distribution for servers (done) -* Pam/nsswitch clients (with limited offline auth) +* Pam/nsswitch clients (with limited offline auth) (done) * Sudo rule distribution via nsswitch * CLI and WebUI for administration * OIDC/Oauth * RBAC/Claims (limited by time and credential scope) -* MFA (Webauthn, TOTP) +* MFA (Webauthn, TOTP) (TOTP done) * Highly concurrent desgin (MVCC, COW) (done) * Replication (async multiple active write servers, read only servers) * Account impersonation