Skip to content

Instantly share code, notes, and snippets.

@munishpalmakhija
Last active December 11, 2024 14:25
Show Gist options
  • Select an option

  • Save munishpalmakhija/f944f3443332feaf250cf5bc2904b1da to your computer and use it in GitHub Desktop.

Select an option

Save munishpalmakhija/f944f3443332feaf250cf5bc2904b1da to your computer and use it in GitHub Desktop.
dn: dc=tpksm,dc=local
dc: tpk8sm
objectClass: dcObject
objectClass: organization
o: Tanzu, Inc
dn: ou=core,dc=tpksm,dc=local
objectClass: organizationalUnit
ou: core
dn: cn=tpksm-admin,ou=core,dc=tpksm,dc=local
objectClass: inetOrgPerson
cn: tpksm-admin
sn: TPK SM Admin
uid: tpksm-admin
mail: tpksm-admin@tpksm.local
userPassword: Password1!
dn: cn=tpksm-viewer,ou=core,dc=tpksm,dc=local
objectClass: inetOrgPerson
cn: tpksm-viewer
sn: TPK SM Viewer
uid: tpksm-viewer
mail: tpksm-viewer@tpksm.local
userPassword: Password1!
dn: cn=tpksm-admins,dc=tpksm,dc=local
objectClass: top
objectClass: groupOfNames
cn: tpksm-admins
description: Tanzu Platform Admins
member: cn=tpksm-admin,ou=core,dc=tpksm,dc=local
dn: cn=tpksm-viewer,dc=tpksm,dc=local
objectClass: top
objectClass: groupOfNames
cn: tpksm-viewer
description: Tanzu Platform Viewer
member: cn=tpksm-viewers,ou=core,dc=tpksm,dc=local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment