diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 00e81c54..c6c5fe90 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -52,6 +52,77 @@ global: repository: {{ .Values.images.nubusPortalExtension.repository }} tag: {{ .Values.images.nubusPortalExtension.tag }} imagePullPolicy: {{ .Values.global.imagePullPolicy }} + configUcr: + directory: + manager: + web: + modules: + users: + user: + add: + default: cn=openDesk User,cn=templates,cn=univention,{{ .Values.ldap.baseDn }} + properties: + description: + syntax: TextArea + firstname: + required: "true" + mailPrimaryAddress: + required: "true" + username: + syntax: uid + search: + autosearch: "False" + wizard: + property: + invite: + default: "True" + overridePWLength: + default: "False" + visible: "False" + pwdChangeNextLogin: + default: "True" + visible: "False" + wizard: + disabled: "No" + + ucs: + web: + theme: light + + umc: + cookie-banner: + show: "false" + login: + password-complexity-message: + de: "Das Passwort muss den folgenden Anforderungen entsprechen:
Anmerkung: Wird befinden uns nicht in einer Produktivumgebung." + en: "Password must comply with the following rules:
Note: We are in a non production (dev/test/demo) system." + module: + udm: + oxmail: + oxcontext: + disabled: "True" + portals: + all: + disabled: "True" + self-service: + passwordreset: + token_validity_period: 172800 + + password: + # quality: + # length: + # min: 8 + # required: + # chars: + # forbidden: + # chars: + # credit: + # digits: 1 + # upper: 0 + # other: 0 + # lower: 1 + # mspolicy: false + ingress: certManager: @@ -60,12 +131,6 @@ ingress: enabled: {{ .Values.ingress.tls.enabled }} secretName: {{ .Values.ingress.tls.secretName | quote }} -ingress: - certManager: - enabled: false - tls: - secretName: {{ .Values.ingress.tls.secretName | quote }} - # Nubus bundled services postgresql: enabled: false