From 635270eabec9c0bca10645bbfd46b02f9f9765aa Mon Sep 17 00:00:00 2001 From: William Brown Date: Sun, 28 Jul 2019 21:28:05 +0900 Subject: [PATCH] Update readme --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4772ec85c..0d553b8f3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Kanidm is an identity management platform written in rust. Our goals are: * Correct and secure behaviour by default Today the project is still under heavy development to achieve these goals - we don't expect a fully -functional release before early 2020. +functional release before early 2020. It is important to note that not all needed security features +of the system have been completed yet! ## Code of Conduct @@ -56,6 +57,12 @@ Details to come ... * Generic database: We don't want to be another NoSQL database, we want to be an IDM solution. * Being LDAP/GSSAPI/Kerberos: These are all legacy protocols that are hard to use and confine our thinking - we should avoid "being like them". +## Designs + +See the [designs] folder + +[designs]: https://github.com/Firstyear/kanidm/tree/master/designs + ## Get involved To get started, you'll need to fork or branch, and we'll merge based on PR's. @@ -117,11 +124,6 @@ git rebase --abort ``` - -## Designs - -See the designs folder - ## Why do I see rsidm references? The original project name was rsidm while it was a thought experiment. Now that it's growing