From b25275537a7216dbaeb722db36f954918d9e9bde Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 19 Aug 2024 03:52:30 +0200 Subject: [PATCH] feat(openldap): Add OpenLDAP --- templates.d/openldap/fqdn_context.env | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates.d/openldap/fqdn_context.env diff --git a/templates.d/openldap/fqdn_context.env b/templates.d/openldap/fqdn_context.env new file mode 100644 index 0000000..870d3d0 --- /dev/null +++ b/templates.d/openldap/fqdn_context.env @@ -0,0 +1,17 @@ +{% set VAULT_KEY = getenv("VAULT_KEY") %} +# This file is maintained by remco and populated with data from HashiCorp +# Vault. Changes not done in Vault will be reverted when file gets rendered. + +{% for key in ls(VAULT_KEY|add:"/data") %} +{{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }} +{% endfor %} +# For logging details and setup instructions you may want to +# check https://www.openldap.org/doc/admin26/slapdconfig.html +# +# stats log connections/operations/results +# LDAP_LOGLEVEL=256 +# Or enable all log levels: +# LDAP_LOGLEVEL=-1 + +# Other available defaults +# _RESTART_POLICY=unless-stopped