diff options
author | Johannes Zellner <johannes@nebulon.de> | 2020-06-22 22:17:37 +0200 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2020-06-22 22:18:14 +0200 |
commit | 048ababd6fadd550ec36e18e2c2c901766fc7597 (patch) | |
tree | 4574759668a9a5dffa00221abd4b6bc16d5992cb /README.md | |
parent | Merge pull request #10 from bu3tt1/master (diff) | |
download | radicale_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.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |