apiVersion: v1
kind: Group
metadata:
  annotations:
    openshift.io/ldap.uid: cn=group2,ou=groups,ou=adextended,dc=example,dc=com
    openshift.io/ldap.url: LDAP_SERVICE_IP:389
  creationTimestamp: null
  labels:
    openshift.io/ldap.host: LDAP_SERVICE_IP
  name: extended-group2
users:
- person1smith@example.com
- person2smith@example.com
- person3smith@example.com
apiVersion: v1
kind: Group
metadata:
  annotations:
    openshift.io/ldap.uid: cn=group3,ou=groups,ou=adextended,dc=example,dc=com
    openshift.io/ldap.url: LDAP_SERVICE_IP:389
  creationTimestamp: null
  labels:
    openshift.io/ldap.host: LDAP_SERVICE_IP
  name: extended-group3
users:
- person1smith@example.com
- person5smith@example.com
