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

@@ -29,4 +29,13 @@ metadata:
namespace: samba-directory
type: Opaque
stringData:
LAM_PASSWORD: "4IsTheMindKiller"
LAM_PASSWORD: "4IsTheMindKiller"
---
apiVersion: v1
kind: Secret
metadata:
name: ssp-secrets
namespace: samba-directory
type: Opaque
stringData:
LDAP_BINDPW: "1thisismySECURELDAPPWlam"

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";