-
- Downloads
Major overhaul of the slapd (OpenLDAP) image.
- Use a single volume for the config and data LDAP directories, easier to keep in sync in different cases (backups, migration). - Add backup script, save to backup volume. - Allow passing the location of the SSL key and cert to enable SSL, otherwise a self-signed certificate and key are generated with the FQDN of the container. - Drop the dockerfile-lint linter, didn't give any useful advice. - Change base image to Debian Buster. - Set stopsignal for the container. - Allow setting the log level. - Unset the cleartext root password environment variable.
Showing
- docker-compose.yml 18 additions, 8 deletionsdocker-compose.yml
- slapd/Dockerfile 27 additions, 14 deletionsslapd/Dockerfile
- slapd/README.md 18 additions, 1 deletionslapd/README.md
- slapd/backup 9 additions, 0 deletionsslapd/backup
- slapd/config.ldif 108 additions, 0 deletionsslapd/config.ldif
- slapd/entrypoint 60 additions, 8 deletionsslapd/entrypoint
- slapd/skel.ldif 13 additions, 0 deletionsslapd/skel.ldif
slapd/backup
0 → 100755
slapd/config.ldif
0 → 100644
slapd/skel.ldif
0 → 100644
Please register or sign in to comment