From 4cdc3a0f4ff7e9460e9023473a4b3d36bf621b6a Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Fri, 6 Dec 2019 16:08:24 -0600 Subject: [PATCH] Fix LDAP data This patch set fixes a mismatch in the CN in the sample LDAP data. Change-Id: Ie4c1cc46355e930b6b5bd65b5a55da11df1acd75 Signed-off-by: Tin Lam --- ldap/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap/values.yaml b/ldap/values.yaml index b004852fb6..8fc23c0916 100644 --- a/ldap/values.yaml +++ b/ldap/values.yaml @@ -206,7 +206,7 @@ data: objectclass: top objectclass: posixGroup gidNumber: 418 - cn: overwatch + cn: cryptography description: Cryptography Team memberUID: uid=alice,ou=People,dc=cluster,dc=local memberUID: uid=bob,ou=People,dc=cluster,dc=local