Skip to content

Commit

Permalink
Merge pull request #1159 from vmware-tanzu/fix-openldap-typo
Browse files Browse the repository at this point in the history
Tiny fix to openldap group name: pinninpeds->pinnipeds
  • Loading branch information
margocrawf committed May 5, 2022
2 parents 1a59b6a + 07a3faf commit b458cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/deploy/tools/ldap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! Copyright 2021 the Pinniped contributors. All Rights Reserved.
#! Copyright 2021-2022 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0

#@ load("@ytt:data", "data")
Expand Down Expand Up @@ -114,7 +114,7 @@ ldap.ldif: |
dn: cn=mammals,ou=groups,dc=pinniped,dc=dev
cn: mammals
objectClass: groupOfNames
member: cn=pinninpeds,ou=groups,dc=pinniped,dc=dev
member: cn=pinnipeds,ou=groups,dc=pinniped,dc=dev
member: cn=olive,ou=users,dc=pinniped,dc=dev
#@ end

Expand Down

0 comments on commit b458cd4

Please sign in to comment.