fix: add missing argument to ldap manager
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2024-05-08 09:11:28 +02:00
parent 9d0c513787
commit 6e679c82a0

View File

@ -168,6 +168,13 @@ job "openldap" {
LDAP_USER_OU="users"
NO_HTTPS="true"
EMAIL_DOMAIN="ducamps.eu"
DEFAULT_USER_GROUP="users"
DEFAULT_USER_SHELL="/bin/sh"
USERNAME_FORMAT="{first_name}"
LDAP_RFC2307BIS_SCHEMA="TRUE"
USERNAME_REGEX="^[a-zA-Z][a-zA-Z0-9._-]{3,32}$"
LDAP_GROUP_ADDITIONAL_OBJECTCLASSES="groupOfNames,posixGroup,top"
SHOW_POSIX_ATTRIBUTES="TRUE"
EOH
destination = "secrets/env"