This commit is contained in:
Éloi Rivard 2021-05-01 00:35:47 +02:00
parent 6e909c7de2
commit daf21a83a4

View file

@ -3,14 +3,15 @@
</div>
**Canaille** is a French word meaning *rascal*. It is roughly pronounced **Can I?**,
as in *Can I access your data?* Canaille is a simple OpenID Connect provider based upon a LDAP database.
as in *Can I access your data?* Canaille is a simple account manager and an OpenID Connect provider based upon a LDAP database.
It aims to be very light, simple to install and simple to maintain. Its main features are :
- Authentication and user profile edition against a LDAP directory;
- « I forgot my password » emails;
- OpenID Connect support;
- No outdated or exotic protocol support;
- No additional database required. Everything is stored in your LDAP server;
- The code is easy to read and easy to edit.
- The code is easy to read and easy to edit, and you should!
# Screenshots