canaille-globuzma/demo
2021-01-06 17:19:44 +01:00
..
client Development environment without docker. Plus client samples. Fixes #18 2020-11-10 17:52:52 +01:00
conf Password initialization mail button. Fixes #51 2021-01-06 17:19:44 +01:00
ldif Profile editable fields are configurable 2020-11-26 15:29:14 +01:00
.gitignore Development environment without docker. Plus client samples. Fixes #18 2020-11-10 17:52:52 +01:00
docker-compose.yml Development environment without docker. Plus client samples. Fixes #18 2020-11-10 17:52:52 +01:00
ldap-server.py Ensures demo slapd server is starting 2020-12-31 12:47:36 +01:00
Procfile Development environment without docker. Plus client samples. Fixes #18 2020-11-10 17:52:52 +01:00
README.md Password setup for new users. Fixes #37 2020-11-16 15:39:58 +01:00
run.sh Use a very edgy python-ldap version 2020-11-15 18:32:03 +01:00
slapd.sh Development environment without docker. Plus client samples. Fixes #18 2020-11-10 17:52:52 +01:00

Demo and development

To check out how canaille looks like, or to start contributions, just run it with ./run.sh! You need to have either OpenLDAP, or docker plus docker-compose installed on your system.

Then you have access to:

The canaille server has some default users:

  • A regular user which login and password are user;
  • A moderator user which login and password are moderator;
  • An admin user which admin and password are admin.
  • A new user which admin and password are new. This user has no password yet, and his first attempt to log-in will result in sending a password initialization email.