From fe5f80b54dc66addb75e8d9705be358f85daf969 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Wed, 19 May 2021 14:38:24 +0200
Subject: [PATCH] Add note about AlekSIS to readme

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 53c62b6..a7053c5 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,11 @@ exposing both the APIs of PAM and NSS. It can be used:
  * in `/lib/libnss_webapi.so` as NSS database module
  * in `/sbin/nss_pam_webapi_cached` as caching daemon to speed up requests
 
+The server-side de facto reference implementation is
+[AlekSIS-App-NIS](https://edugit.org/lanki.cloud/glue/AlekSIS-App-NIS),
+which adds system account functionality to the [AlekSIS](https://aleksis.org)
+school information system.
+
 ## System authentication (PAM module)
 
 The following OAuth flows are implemented for system authentication:
-- 
GitLab