mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-26 08:44:02 +01:00
6 lines
304 B
YAML
6 lines
304 B
YAML
docker_compose_project_name: "ldap"
|
|
ldap_root: "dc={{primary_domain_sld}},dc={{primary_domain_tld}}"
|
|
ldap_admin_dn: "cn={{ldap_administrator_username}},{{ldap_root}}"
|
|
ldap_secure_localhost_port: 1636
|
|
ldap_secure_internet_port: 636
|
|
ldap_localhost_port: 389 |