.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user