Skip to content
Snippets Groups Projects
meskio's avatar
meskio authored
One 30 days before expire and another when it gets removed. Also include the
correct number of days in the expiration notice.
6d35b4fa
History

Set up a testing environment:

make deps

Launch ldap in a docker container:

make run_ldap

For more info on how to keep persistant storage for the ldap server check the docker-compose.yml.

Build lowry and run it with the demo data:

make all
make demo

Now go to your browser, open http://localhost:8080 and you can login as:

  • Usuaria: user
  • Contraseña: foobar

Or as admin:

  • Usuaria: superuser
  • Contraseña: foobar

tests

The tests needs a clean ldap with the examples/data.ldif added.

You can run them:

make test