This changelog follows Semantic Versioning.
- Upgrade base image alpine:3.9.4 -> 3.11.3
- Upgrade base image alpine:3.9.3 -> alpine:3.9.4
- Upgrade base image alpine:3.8 -> alpine:3.9.3
- Checksum error without need for huge library
- Checksum error
- Useful logging output with timestamp and script name
- Generate slapd.ldif.generated with pre-generated config files
- Many shellcheck suggestions in scripts
- Environment variable substitution in LDIF files must now use shell variable escaping syntax - see README.md for examples
- Vagrant was removed. All development should use docker and/or docker-compose.
- The openldap logging volume definiton was removed. You should use whatever logging infrastructure your docker environment offers to process stderr logging.
- Gettext to enable envsubst
- Processing of ldif files in setup.sh
- Smaller fixes in setup.sh