fix(univention-management-stack): Use ldap base DN "dc=swp-ldap,dc=internal"

This commit is contained in:
Johannes Bornhold
2023-09-13 15:55:31 +02:00
parent 09079a1303
commit 77e362f6bc
7 changed files with 19 additions and 14 deletions

View File

@@ -7,10 +7,10 @@ umcServer:
domainname: "{{ .Values.global.domain }}"
hostname: "{{ .Values.global.hosts.univentionManagementStack }}"
ldapHost: "ums-ldap-server"
ldapBaseDn: "dc=univention-organization,dc=intranet"
ldapBaseDn: "dc=swp-ldap,dc=internal"
# TODO: This should not be required, the machine account is not there
# ldapHostDn: cn=stub-value,cn=dc,cn=computers,dc=univention-organization,dc=intranet
ldapHostDn: cn=admin,dc=univention-organization,dc=intranet
# ldapHostDn: cn=stub-value,cn=dc,cn=computers,dc=swp-ldap,dc=internal
ldapHostDn: cn=admin,dc=swp-ldap,dc=internal
enforceSessionCookie: "true"
# TODO: The keycloak integration is pending