aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2020-06-22 22:17:37 +0200
committerJohannes Zellner <johannes@nebulon.de>2020-06-22 22:18:14 +0200
commit048ababd6fadd550ec36e18e2c2c901766fc7597 (patch)
tree4574759668a9a5dffa00221abd4b6bc16d5992cb /README.md
parentMerge pull request #10 from bu3tt1/master (diff)
downloadradicale_auth_ldap-048ababd6fadd550ec36e18e2c2c901766fc7597.tar.gz
radicale_auth_ldap-048ababd6fadd550ec36e18e2c2c901766fc7597.tar.bz2
radicale_auth_ldap-048ababd6fadd550ec36e18e2c2c901766fc7597.zip
Initial support for Radicale 3
Fixes #11
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7d4a4be..c03e0be 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# What is this?
-This is an authentication plugin for Radicale 2. It adds an LDAP authentication backend which can be used for authenticating users against an LDAP server.
+This is an authentication plugin for Radicale 3. It adds an LDAP authentication backend which can be used for authenticating users against an LDAP server.
+
+Use the `2-final` git tag for Radicale 2 support.
# How to configure
You will need to set a few options inside your radicale config file. Example:
bgstack15