From 7f496d3dd8999d0c36268ab526f211ab424ea543 Mon Sep 17 00:00:00 2001 From: nd <nd@cccv.de> Date: Tue, 15 Jun 2021 16:42:08 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e7f8c23c..0212069f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This is the UserFerwaltungsFrontend. A web service to manage LDAP users, groups and permissions. +Development chat: [#uffd-development](https://rocket.events.ccc.de/channel/uffd-development) + ## dependencies - python3 - python3-ldap3 @@ -108,3 +110,7 @@ The userinfo endpoint returns json data with the following structure: ``` `id` is the uidNumber, `name` the display name (cn) and `nickname` the uid of the user's LDAP object. + +## License + +GNU Affero General Public License v3.0, see [LICENSE](LICENSE). -- GitLab