This commit is contained in:
2026-03-20 13:54:52 +00:00
parent 9afe08c8f0
commit 4fbc8b2b52
2 changed files with 11 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ data:
$keyphrase = getenv('KEYPHRASE');
/* Samba AD DC */
$ldap_url = "ldaps://dc1.samba-ad-dc1.samba-directory.svc.cluster.local:636";
$ldap_url = "ldaps://dc.undercloud.local:636";
$ldap_binddn = "lam@UNDERCLOUD.LOCAL";
$ldap_bindpw = getenv('LDAP_BINDPW');
$ldap_base = "DC=undercloud,DC=local";