12 lines
634 B
YAML
12 lines
634 B
YAML
# Version of the LLDAP container image
|
|
container_lldap_version: "stable" # e.g., "latest" or a specific version
|
|
|
|
# LDAP Base DN components
|
|
container_lldap_ldap_base_domain: "example" # First part of the LDAP Base DN (dc=example)
|
|
container_lldap_ldap_base_tld: "com" # Top-level domain part of the LDAP Base DN (dc=com)
|
|
|
|
# Domain for Traefik / external access
|
|
container_lldap_domain: "ldap.example.com" # Fully qualified domain name for LLDAP service
|
|
|
|
# LDAP admin user password
|
|
container_lldap_ldap_user_pass: "adminPas$word" # Admin password (can be replaced by secret file)
|