From 29df14e218a6260f2ada349ab4abf54f8c2793d4 Mon Sep 17 00:00:00 2001 From: lakkireddys-opsmx <76103683+lakkireddys-opsmx@users.noreply.github.com> Date: Mon, 28 Mar 2022 13:20:40 +0530 Subject: [PATCH] Updated the userDnPattern in the openldap section --- charts/oes/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/oes/values.yaml b/charts/oes/values.yaml index 0520bafa..c1c2bd23 100644 --- a/charts/oes/values.yaml +++ b/charts/oes/values.yaml @@ -143,7 +143,7 @@ global: groupSearchBase: ou=groups,dc=example,dc=org groupSearchFilter: member={0} groupRoleAttributes: cn - userDnPattern: oes-gate.example.ops.com + userDnPattern: cn={0},dc=example,dc=org ############################################################################### # Best left unchanged # Use the below flag to exclude pre-delete helm hooks to the rendered manifests