Skip to content
Snippets Groups Projects
Commit 4478eef7 authored by nimrod's avatar nimrod
Browse files

Set the hostname for ldap-account-manager.

The external name for it.
parent f3713e92
No related branches found
No related tags found
No related merge requests found
Pipeline #866 passed
......@@ -35,6 +35,7 @@ services:
LAM_PASSWORD: *password # pragma: allowlist secret
LDAP_ADMIN_DN: "cn=admin,${LDAP_BASE_DN:-dc=shore,dc=co,dc=il}"
LDAP_BASE_DN: &base_dn "${LDAP_BASE_DN:-dc=shore,dc=co,dc=il}"
hostname: lam.shore.co.il
restart: always
volumes:
- _run_slapd:/run/slapd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment