- Feb 07, 2021
-
-
nimrod authored
-
- Jan 23, 2021
-
-
nimrod authored
-
- Nov 23, 2020
-
-
nimrod authored
A lot of different fixes. What I have in production right now.
-
- Nov 23, 2019
-
-
nimrod authored
Run as a limited user and bind to the regular HTTP port using file capabilities.
-
- Nov 19, 2019
-
-
nimrod authored
- Use port 8080 (http-alt) instead of port 80 (a priviliged port). - Run Apache with the www-data user. - Enable the Apache status module.
-
- Sep 21, 2019
- Sep 20, 2019
-
-
nimrod authored
Use the Docker Hub images for caching and keep the names the same were applicable.
-
nimrod authored
Instead of a persistent volume with the configuration, use environment variables.
-
nimrod authored
- 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.
-
- Jun 30, 2019
-
-
nimrod authored
- Name the slapd service as ldap (in case it's replaced by a different LDAP server). - Allow overriding the default environment variables (preparation for an actual deployment).
-
nimrod authored
- Use a patch to change the configuration files (instead of fiddling with sed). - Don't log the healthcheck requests.
-
- May 10, 2019
-
-
nimrod authored
-
- Sep 08, 2018
-
-
nimrod authored
- Replaced phpLDAPadmin with ldap-account-manager as the webui. - Added nss-pam-ldapd as a test client.
-
- Aug 12, 2018
-
-
nimrod authored
-
- Aug 07, 2018
-
-
nimrod authored
-