fix: add missing argument to ldap manager
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9d0c513787
commit
6e679c82a0
@ -168,6 +168,13 @@ job "openldap" {
|
|||||||
LDAP_USER_OU="users"
|
LDAP_USER_OU="users"
|
||||||
NO_HTTPS="true"
|
NO_HTTPS="true"
|
||||||
EMAIL_DOMAIN="ducamps.eu"
|
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
|
EOH
|
||||||
destination = "secrets/env"
|
destination = "secrets/env"
|
||||||
|
Loading…
Reference in New Issue
Block a user