Add note about resetting LDAP server

This commit is contained in:
Râu Cao 2022-12-06 10:28:03 +01:00
parent efafd38f68
commit 7d143fabb8
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -33,12 +33,15 @@ Running all specs:
### Docker (Compose) ### Docker (Compose)
There is a working Dockr Compose config file, which allows you to spin up both There is a working Docker Compose config file, which allows you to spin up both
an app server for Rails as well as a local 389ds (LDAP) server. an app server for Rails as well as a local 389ds (LDAP) server.
By default, `docker-compose up` will only start the LDAP server, listening on By default, `docker-compose up` will only start the LDAP server, listening on
port 389 on your machine. Uncomment other services in `docker-compose.yml`. port 389 on your machine. Uncomment other services in `docker-compose.yml`.
Note that all 389ds data is stored in `tmp/389ds`. So if you want to start over
with a fresh installation, delete both that directory as well as the container.
### LDAP server ### LDAP server
See the previous section for quickly spinning up an LDAP server with Docker (or See the previous section for quickly spinning up an LDAP server with Docker (or